Skip to content

Commit

Permalink
minor DOC: fix unfinished sentence, some punctuation
Browse files Browse the repository at this point in the history
in the QUICKSTARD.md

Signed-off-by: Sebastien Awwad <[email protected]>
  • Loading branch information
awwad committed Apr 8, 2019
1 parent 907186e commit 5a94d5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ and verify that update as a client.

Unlike the underlying TUF modules that the CLI uses, the CLI itself is a bit
bare-bones. Using the CLI is the easiest way to familiarize yourself with
how TUF works, however. It will serve as a very basic update system and use
how TUF works, however. It will serve as a very basic update system.

----

**Step (0)** - Make sure TUF is installed
**Step (0)** - Make sure TUF is installed.

See the [installation instructions for TUF](docs/INSTALLATION.rst).
See the [installation instructions for TUF](INSTALLATION.rst).
The TUF CLI makes use of some crypto dependencies, so please include the
optional `pip install securesystemslib[crypto,pynacl]` step.


**Step (1)** - Create a basic repository and client
**Step (1)** - Create a basic repository and client.

The following command will set up a basic update repository and basic client
that knows about the repository. `tufrepo`, `tufkeystore`, and
Expand Down Expand Up @@ -69,7 +69,7 @@ signed by the Targets role's key, so that clients can verify that metadata
about `testfile` and then verify `testfile` itself.


**Step (3)** - Serve the repo
**Step (3)** - Serve the repo.

We'll host a toy http server containing the `testfile` update and the
repository's metadata.
Expand Down

0 comments on commit 5a94d5d

Please sign in to comment.