strapi/docs/3.x.x/getting-started/how-to-read-our-docs.md

41 lines
552 B
Markdown
Raw Normal View History

# How to read our documentation
## Operating Systems
::: windows
**WINDOWS 10**
This is microsoft
```shell
##You run this command in Terminal to install strapi on a Mac
$ npm install strapi -g
```
:::
::: ubuntu
**UBUNTU 18.04**
This is an ubuntu
```bash
##You run this command in Terminal to install strapi on a Mac
$ npm install strapi -g
```
:::
::: mac
**MAC O/S 10.14 MOJAVE**
This is an mac
```terminal
##You run this command in Terminal to install strapi on a Mac
$ npm install strapi -g
```
:::
## Cmd Line and Code
## Symbols Used