js-ceramic icon indicating copy to clipboard operation
js-ceramic copied to clipboard

Update Ceramic documentation for non unix OSs

Open simonovic86 opened this issue 5 years ago • 0 comments

There are some differences based on the OS and shells devs are using.

For example, this is fine in MacOS:

ceramic create tile --content '{ "title": "My first Document 7" }'

But in Windows the command should look like:

ceramic create tile --content "{ \"title\": \"My first Document 7\" }"

simonovic86 avatar Sep 16 '20 20:09 simonovic86