docs: update readme
This commit is contained in:
parent
dc311c4d19
commit
632623f294
|
@ -39,19 +39,19 @@ Make sure all dependencies have been installed:
|
||||||
|
|
||||||
Have your Doks site in three steps:
|
Have your Doks site in three steps:
|
||||||
|
|
||||||
### 1. Create a new Doks project:
|
### 1. Create new Doks project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/h-enk/doks.git my-doks-site
|
git clone https://github.com/h-enk/doks.git my-doks-site
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. Install npm packages:
|
### 2. Install npm packages
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Start local development server:
|
### 3. Start local development server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run start
|
npm run start
|
||||||
|
|
Loading…
Reference in New Issue