Link to CLI_EXAMPLES from CLI.md and QUICKSTART.md

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-04-10 16:48:34 -04:00
parent a678226691
commit 0525b652da
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,7 @@
# CLI #
Note: This is a work in progress and subject to change.
Note: This is a work in progress and subject to change. See
[CLI_EXAMPLES.md](CLI_EXAMPLES.md) for more complex examples.
## Create a repository ##

View file

@ -31,6 +31,6 @@ $ client.py --repo http://localhost:8001 testfile
```
See [CLI.md](CLI.md) to learn about the other supported CLI options. A
[tutorial](TUTORIAL.md) is also available, and intended for users that want
more control over the creation process.
See [CLI.md](CLI.md) and [CLI_EXAMPLES.md](CLI_EXAMPLES.md) to learn about the
other supported CLI options. A [tutorial](TUTORIAL.md) is also available, and
intended for users that want more control over the repo creation process.