From d66a9b3e557943002413c15dde854eafdb59781e Mon Sep 17 00:00:00 2001
From: "lixuefeng (Cloud)"
Date: Sat, 25 May 2019 20:23:42 +0800
Subject: [PATCH] add comment for step2 Signed-off-by: lixuefeng (Cloud)
---
docs/QUICKSTART.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md
index d56d97c262..eb3eaf893e 100644
--- a/docs/QUICKSTART.md
+++ b/docs/QUICKSTART.md
@@ -41,9 +41,10 @@ to the client in the `tufclient` directory.
We'll create a target file that will later be delivered as an update to clients.
Metadata about that file will be created and signed, and added to the
-repository's metadata.
+repository's metadata.
```Bash
+# be in the same directory as step 1
$ echo 'Test file' > testfile
$ repo.py --add testfile
$ tree tufrepo/