Skip to content

Commit

Permalink
[FIX] yarn command on install cpn
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeruso committed May 6, 2022
1 parent 7a73f04 commit 8511431
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The cpn requires the following systems installed:
In the root directory `~/` execute:

```bash
$ wget https://raw.githubusercontent.com/vgeruso/cpn/2.0.0/install.sh
$ wget https://raw.githubusercontent.com/vgeruso/cpn/2.0.1/install.sh
```

```bash
Expand Down
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ git clone https://github.com/vgeruso/cpn.git .cpn/

cd .cpn

yarn install

sudo chmod 733 cpn.sh
sudo chmod 733 ./src/uninstall.sh
sudo chmod 733 ./src/update.sh
Expand Down Expand Up @@ -43,6 +45,6 @@ then
fi

echo
bash $CPN_DIR/src/help.sh
cpn -h

rm install.sh

0 comments on commit 8511431

Please sign in to comment.