consistent $ in instructions
This commit is contained in:
parent
ee632fb368
commit
c290fce9a8
1 changed files with 3 additions and 3 deletions
|
|
@ -17,20 +17,20 @@ $ cd Ultraviolet-Static
|
||||||
2. Install dependencies
|
2. Install dependencies
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install
|
$ npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Make your changes...
|
3. Make your changes...
|
||||||
4. Produce the `dist/` directory and import the Ultraviolet scripts
|
4. Produce the `dist/` directory and import the Ultraviolet scripts
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run build
|
$ npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Package for NPM to produce `ultraviolet-static.X.X.X.tar.gz` file
|
5. Package for NPM to produce `ultraviolet-static.X.X.X.tar.gz` file
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm pack
|
$ npm pack
|
||||||
```
|
```
|
||||||
|
|
||||||
## Install in [Ultraviolet-Node](https://github.com/titaniumnetwork-development/Ultraviolet-Node.git)
|
## Install in [Ultraviolet-Node](https://github.com/titaniumnetwork-development/Ultraviolet-Node.git)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue