2019-02-04 19:45:00 +01:00
|
|
|
# How to read our documentation
|
|
|
|
|
2019-02-06 16:59:33 +01:00
|
|
|
## 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
|
|
|
|
```
|
|
|
|
|
|
|
|
:::
|
|
|
|
|
2019-02-04 19:45:00 +01:00
|
|
|
## Cmd Line and Code
|
|
|
|
|
2019-02-06 19:16:54 +01:00
|
|
|
We will use Command Line for non specific operating system instructions.
|
|
|
|
|
2019-02-04 19:45:00 +01:00
|
|
|
## Symbols Used
|