From 2f4cc310b181acc07daafcdb8d87893a43a44474 Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 11 Dec 2024 08:36:50 -0700 Subject: [PATCH] Fix path for perennial, see https://github.com/scenerystack/community/issues/77 --- doc/phet-development-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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