Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation instructions to README.md #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,18 @@ localicious assumes the following workflow:

## Requirements and installation

localicious requires node 10.12.0 or later.
localicious requires node 10.12.0 or later and npm.
- Clone the code
```
cd ~
git clone https://github.com/PicnicSupermarket/localicious.git
```
- Install node dependencies
```
cd ~/localicious/
npm install -g
```


## The Localicipe

Expand Down Expand Up @@ -235,4 +246,4 @@ the above file would pass validation even without the Dutch translation missing

## Migration

Read all migration details in our [Migration Guide](MIGRATION.md).
Read all migration details in our [Migration Guide](MIGRATION.md).