diff --git a/doc/phet-development-overview.md b/doc/phet-development-overview.md index 01e39e3d..936e7bdf 100644 --- a/doc/phet-development-overview.md +++ b/doc/phet-development-overview.md @@ -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