diff options
-rw-r--r-- | docs/tutorial.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |