Skip to content

Commit

Permalink
Fix path for perennial, see scenerystack/community#77
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Dec 11, 2024
1 parent 85f32b5 commit 2f4cc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/phet-development-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Method 1 (recommended): Get all PhET repos

* Change directory to phetsims: `cd phetsims`
* Get [phetsims/perennial](https://github.com/phetsims/perennial): `git clone https://github.com/phetsims/perennial`
* Run "clone-missing-repos.sh": `./perennial-alias/bin/clone-missing-repos.sh`
* Run "clone-missing-repos.sh": `./perennial/bin/clone-missing-repos.sh`

Method 2: Manually get specific PhET repos

Expand Down

0 comments on commit 2f4cc31

Please sign in to comment.