Clarify local instructions

This commit is contained in:
Adam Harvey
2020-12-27 23:37:24 -05:00
parent 84aa6f4a00
commit 48d78aaf19
+9 -2
View File
@@ -1,9 +1,10 @@
# @backstage/create-app
This package provides a CLI for creating apps.
This package provides a CLI for creating a copy of the Backstage app.
You can use the flag `--skip-install` to skip the install.
## Installation
## Usage
With `npx`:
@@ -11,6 +12,12 @@ With `npx`:
$ npx @backstage/create-app
```
With a local clone of this repo, from the main `create-app/` folder, run:
```sh
$ yarn backstage-create-app
```
## Documentation
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)