diff options
author | Brennan Novak <hi@brennannovak.com> | 2017-09-01 19:00:10 +0200 |
---|---|---|
committer | Joe Hand <joe@joeahand.com> | 2017-09-01 10:00:10 -0700 |
commit | fe9914ece083879bb61be505bdc205a31318984b (patch) | |
tree | 653cf541c8532eb82d4b68271f31e8cb111e2160 /docs | |
parent | 6c6b4855d7adc8c03dc8fd8c8966da48878b5c4b (diff) | |
download | dat-docs-fe9914ece083879bb61be505bdc205a31318984b.tar.gz dat-docs-fe9914ece083879bb61be505bdc205a31318984b.zip |
make 'dat create' slightly more clear (#86)
Diffstat (limited to 'docs')
-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 |