Make yarn install explicit and delete leading $ for shell commands
Signed-off-by: Otto Sichert <git@ottosichert.de>
This commit is contained in:
@@ -9,14 +9,14 @@ You can use the flag `--skip-install` to skip the install.
|
||||
With `npx`:
|
||||
|
||||
```sh
|
||||
$ npx @backstage/create-app
|
||||
npx @backstage/create-app
|
||||
```
|
||||
|
||||
With a local clone of this repo, from the main `create-app/` folder, run:
|
||||
|
||||
```sh
|
||||
$ yarn
|
||||
$ yarn backstage-create-app
|
||||
yarn install
|
||||
yarn backstage-create-app
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
@@ -5,6 +5,6 @@ This is your newly scaffolded Backstage App, Good Luck!
|
||||
To start the app, run:
|
||||
|
||||
```sh
|
||||
$ yarn
|
||||
$ yarn dev
|
||||
yarn install
|
||||
yarn dev
|
||||
```
|
||||
Reference in New Issue
Block a user