mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-10-29 22:17:23 +01:00
docs(readme): add build cli in installation steps
This commit is contained in:
parent
996dcd89c3
commit
d0aee3a376
@ -60,6 +60,9 @@ cd programming-challenges
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
# Build the Command Line Interface (CLI)
|
||||||
|
npm run build
|
||||||
|
|
||||||
# Install the `programming-challenges` Command Line Interface (CLI)
|
# Install the `programming-challenges` Command Line Interface (CLI)
|
||||||
npm install --global
|
npm install --global
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user