We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff5afe4 + 9badf8a commit d875dd4Copy full SHA for d875dd4
docs/CLI.md
@@ -283,6 +283,11 @@ $ cd tufrepo/
283
$ python -m SimpleHTTPServer 8001
284
```
285
286
+If running python 3:
287
+```Bash
288
+$ python3 -m http.server 8001
289
+```
290
+
291
```Bash
292
Step (4)
293
$ client.py --repo http://localhost:8001 README.txt
@@ -411,6 +416,11 @@ $ cd tufrepo/
411
416
412
417
413
418
419
420
421
422
423
414
424
Fetch the role x's README.txt
415
425
426
0 commit comments