Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #160 from alexkn/docs-yarn-install
Browse files Browse the repository at this point in the history
Add yarn install before build
  • Loading branch information
synesthesiam authored Jan 15, 2020
2 parents 5bf6086 + 102b29e commit 9a07693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pip3 install -r requirements.txt
You should also re-build the web interface:

1. Install [yarn](https://yarnpkg.com) on your system
2. Run `yarn build` in the `rhasspy` directory
2. Run `yarn install && yarn build` in the `rhasspy` directory
3. Restart any running instances of Rhasspy

### Running as a Service
Expand Down

0 comments on commit 9a07693

Please sign in to comment.