Fix the specified tuf directories in QUICKSTART.md

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-01-30 12:20:21 -05:00
parent b13b7be7c6
commit e336dfb10a
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -16,7 +16,7 @@ $ repo.py --add foo.tar.gz
**Step (3)** - Serve the repo
```Bash
$ cd "repo/"
$ cd "tufrepo/"
$ python -m SimpleHTTPServer 8001
or with Python 3...
@ -25,11 +25,11 @@ $ python3 -m http.server 8001
**Step (4)** - Retrieve a target file
```Bash
$ cd "client/"
$ cd "tufclient/"
$ client.py --repo http://localhost:8001 foo.tar.gz
```
See [CLI.md](CLI.md) for more examples. A [tutorial](../tuf/README.md) is also
available, and designed for users that want more control over the creation
available, and intended for users that want more control over the creation
process.