Skip to content

Commit

Permalink
Slight tweak for Contributing.md (redwoodjs#4592)
Browse files Browse the repository at this point in the history
* remove this colon

* Update CONTRIBUTING.md

Co-authored-by: David Price <thedavid@thedavidprice.com>

Co-authored-by: Dominic Saadi <32992335+jtoar@users.noreply.github.com>
Co-authored-by: David Price <thedavid@thedavidprice.com>
  • Loading branch information
3 people authored Apr 25, 2022
1 parent 1e212df commit f41d7f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,11 @@ As you make changes to the Redwood Framework, you'll want to see your changes re
> `rwfw` is short for Redwood Framework.
Navigate to your Redwood Project and run `RWFW_PATH=<framework directory> yarn rwfw project:sync`:
The command requires an env var `RWFW_PATH`. Unless you add the env var and value to your shell, the command structure will be `RWFW_PATH=<framework directory> yarn rwfw [option]`.
> Note: On Windows, use `yarn cross-env RWFW_PATH=<framework directory> rwfw [option]`
Navigate to your Redwood Project and run the following, replacing `~/redwood` to match your local path:
```terminal
cd redwood-project
Expand Down

0 comments on commit f41d7f4

Please sign in to comment.