Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Dec 3, 2020
1 parent dc311c4 commit 632623f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ Make sure all dependencies have been installed:

Have your Doks site in three steps:

### 1. Create a new Doks project:
### 1. Create new Doks project

```bash
git clone https://github.com/h-enk/doks.git my-doks-site
```

### 2. Install npm packages:
### 2. Install npm packages

```bash
npm install
```

### 3. Start local development server:
### 3. Start local development server

```bash
npm run start
Expand Down

0 comments on commit 632623f

Please sign in to comment.