From fe9914ece083879bb61be505bdc205a31318984b Mon Sep 17 00:00:00 2001 From: Brennan Novak Date: Fri, 1 Sep 2017 19:00:10 +0200 Subject: make 'dat create' slightly more clear (#86) --- docs/tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index df4c609..c63d061 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -41,6 +41,8 @@ Find a folder on your computer to share. Any kind of files work with Dat but for First, you can create a new dat inside that folder. Using the `dat create` command initializes the dat and allows us to give it some information so that other people and applications can easily display what is in the dat. ``` +mkdir MyData +cd MyData dat create > Title My Amazing Data > Title My Awesome Dat -- cgit v1.2.3