Skip to content

Commit 1d17816

Browse files
committed
Updated snippets in README
1 parent 83d5f87 commit 1d17816

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Visit the [official demo](https://demo.os-js.org/) for a preview version. Please
3030

3131
You can run a demo using Docker without checking out any source-code:
3232

33-
```
33+
```bash
3434
docker run -p 8000:8000 osjs/osjs:latest
3535
```
3636

3737
### Custom
3838

3939
Clone the master branch of the official OS.js repository:
4040

41-
```
41+
```bash
4242
git clone -b master --single-branch https://github.com/os-js/OS.js.git
4343
cd OS.js
4444
```
@@ -49,15 +49,15 @@ You can run OS.js locally without installing anything on your host system if you
4949

5050
Simply run the following command and a complete environment will be set up for you:
5151

52-
```
52+
```bash
5353
docker-compose up
5454
```
5555

5656
#### Locally
5757

5858
To install directly on the host system you'll need Node 10 (or later).
5959

60-
```
60+
```bash
6161
# Install dependencies
6262
npm install
6363

0 commit comments

Comments
 (0)