Skip to content

Commit 0eb6e7e

Browse files
authored
Merge pull request #23 from creesch/patch-1
Update README.md to add missing build step
2 parents 3c64862 + d33f35f commit 0eb6e7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ Install personalized version:
120120
```
121121

122122
2. Make your changes in `./config.js`
123-
3. Install with `npm i -g` from same folder.
123+
3. Run the build command so all assets are created `npm run build`.
124+
4. Install with `npm i -g` from same folder.
124125
If there are issues with installing you'll need to uninstall first with `npm un -g`
125126

126127
## Contribution

0 commit comments

Comments
 (0)