Skip to content

Commit

Permalink
docs: update requirements sections
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Feb 1, 2021
1 parent ee29b64 commit 3767e8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,21 @@ Doks uses npm to install dependencies and run commands. Installing npm is pretty

## Get started

Have your local Doks site in three steps:
Start a new Doks project in three steps:

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

```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 && cd my-doks-site
```

### 2. Install npm packages
### 2. Install dependencies

```bash
npm install
```

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

```bash
npm run start
Expand Down
4 changes: 2 additions & 2 deletions content/docs/prologue/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Doks uses npm to install dependencies and run commands. Installing npm is pretty

## Start a new Doks project

Create a new site, change directories, install npm packages, and start development server.
Create a new site, change directories, install dependencies, and start development server.

### Create a new site

Expand All @@ -37,7 +37,7 @@ git clone https://github.com/h-enk/doks.git my-doks-site
cd my-doks-site
```

### Install npm packages
### Install dependencies

{{< btn-copy text="npm install" >}}

Expand Down

0 comments on commit 3767e8b

Please sign in to comment.