Skip to content

Commit 7cc150a

Browse files
committed
Context to QUICKSTART.md
Hi, I did the quick-start today and missed some context. This is my suggestion. Thanks for a cool framework! Regards Håvard Signed-off-by: Håvard B Line <havard.line@gmail.com>
1 parent 0b82d9a commit 7cc150a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/QUICKSTART.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The following is a basic workflow in four steps:
1111
```Bash
1212
$ repo.py --init
1313
```
14+
Four sets of keys are created in the `tufkeystore` directory and metadata
15+
is initiated in the `tufrepo` and `tufclient` directories.
1416

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

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

4043
**Step (3)** - Serve the repo
4144
```Bash
@@ -72,6 +75,9 @@ $ tree
7275

7376
5 directories, 11 files
7477
```
78+
client.py verified metadata from the server and downloaded content. The client has now verified and obtained `testfile`.
79+
The scope of TUF ends here.
80+
7581
----
7682

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

0 commit comments

Comments
 (0)