Label steps in QUICKSTART.md

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-01-25 17:34:39 -05:00
parent 4f52b7f70c
commit f4e2436ef5
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -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