mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 02:37:15 +00:00
* docs(docs-readme): clarify documentation readme
I was confused what `mitmproxy Python package` meant. At first I did `pipx install mitmproxy`, but that didn't work. Then I realized I needed it as a library/module, not cli.
Changed `build.sh` to `build.py` since it was deleted on commit
|
||
|---|---|---|
| .. | ||
| bucketassets | ||
| raw | ||
| scripts | ||
| src | ||
| .gitignore | ||
| build.py | ||
| ci.sh | ||
| modd.conf | ||
| README.md | ||
| setup.sh | ||
| upload-archive.sh | ||
| upload-stable.sh | ||
Mitmproxy Documentation
This directory houses the mitmproxy documentation available at https://docs.mitmproxy.org/.
Quick Start
- Install hugo.
- Windows users: Depending on your git settings, you may need to manually create a symlink from /docs/src/examples to /examples.
- Make sure the mitmproxy Python package is installed. See CONTRIBUTING.md for details.
- Run
./build.pyto generate additional documentation source files.
Now you can run hugo server -D in ./src.
Extended Install
This is required to modify CSS files.
- Install "extended" hugo version.
You can now run modd in this directory instead of running hugo directly.