Skip to content

Commit

Permalink
Updated snippets in README
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Mar 24, 2021
1 parent 83d5f87 commit 1d17816
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Visit the [official demo](https://demo.os-js.org/) for a preview version. Please

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

```
```bash
docker run -p 8000:8000 osjs/osjs:latest
```

### Custom

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

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

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

```
```bash
docker-compose up
```

#### Locally

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

```
```bash
# Install dependencies
npm install

Expand Down

0 comments on commit 1d17816

Please sign in to comment.