Skip to content

Commit

Permalink
Merge pull request #824 from HavardLine/patch-1
Browse files Browse the repository at this point in the history
Context to QUICKSTART.md
  • Loading branch information
awwad authored Feb 26, 2019
2 parents bcde77c + 7cc150a commit e97b0b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ The following is a basic workflow in four steps:
```Bash
$ repo.py --init
```
Four sets of keys are created in the `tufkeystore` directory and metadata
is initiated in the `tufrepo` and `tufclient` directories.

**Step (2)** - Add a target file to the repo. The file size and hashes of
the target file are also written to the Targets metadata file.
Expand All @@ -36,6 +38,7 @@ tufrepo/

3 directories, 11 files
```
The new file `testfile` is added and metadata is updated in the `tufrepo` directory.

**Step (3)** - Serve the repo
```Bash
Expand Down Expand Up @@ -72,6 +75,9 @@ $ tree

5 directories, 11 files
```
client.py verified metadata from the server and downloaded content. The client has now verified and obtained `testfile`.
The scope of TUF ends here.

----

See [CLI.md](CLI.md) and [CLI_EXAMPLES.md](CLI_EXAMPLES.md) to learn about the
Expand Down

0 comments on commit e97b0b0

Please sign in to comment.