add cd command to documentation

Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
Kurt King
2022-11-22 19:21:42 -06:00
parent 5bb2d0f32b
commit c477117b84
+1
View File
@@ -29,6 +29,7 @@ After you have cloned the Backstage repository, you should run the following
commands once to set things up for development:
```bash
$ cd backstage # change to root directory of project
$ yarn install # fetch dependency packages - may take a while
$ yarn tsc # does a first run of type generation and checks