From f4e2436ef5cc22affdb131f584993bc073f0f17d Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Thu, 25 Jan 2018 17:34:39 -0500 Subject: [PATCH] Label steps in QUICKSTART.md Signed-off-by: Vladimir Diaz --- docs/QUICKSTART.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 34ae95c4..1b99fc72 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -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