docs: fix yarn installation step in readme (#84)

This commit is contained in:
Duro
2022-10-11 07:29:23 -04:00
committed by GitHub
parent 69287ab1bd
commit f2531a6f9b

View File

@@ -16,7 +16,7 @@ npm install -g @sern/cli@latest
```
```sh
yarn add -g @sern/cli@latest
yarn global add @sern/cli@latest
```
```sh