mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Label steps in QUICKSTART.md
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
4f52b7f70c
commit
f4e2436ef5
1 changed files with 4 additions and 0 deletions
|
|
@ -4,19 +4,23 @@ Note: A work in progress. Only examples are given here, for now.
|
|||
|
||||
A full working example in four steps.
|
||||
|
||||
(1)
|
||||
```Bash
|
||||
$ repo.py --init
|
||||
```
|
||||
|
||||
(2)
|
||||
```Bash
|
||||
$ repo.py --add foo.tar.gz
|
||||
```
|
||||
|
||||
(3)
|
||||
```Bash
|
||||
$ cd "repository/"
|
||||
$ python -m SimpleHTTPServer 8001
|
||||
```
|
||||
|
||||
(4)
|
||||
```Bash
|
||||
$ cd "client/"
|
||||
$ client.py --repo http://localhost:8001 foo.tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue