diff --git a/docs/CLI.md b/docs/CLI.md index 3e37c99e..6b2b5a3b 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -283,6 +283,11 @@ $ cd tufrepo/ $ python -m SimpleHTTPServer 8001 ``` +If running python 3: +```Bash +$ python3 -m http.server 8001 +``` + ```Bash Step (4) $ client.py --repo http://localhost:8001 README.txt @@ -411,6 +416,11 @@ $ cd tufrepo/ $ python -m SimpleHTTPServer 8001 ``` +If running python 3: +```Bash +$ python3 -m http.server 8001 +``` + Fetch the role x's README.txt ```Bash $ client.py --repo http://localhost:8001 README.txt