Skip to content

Commit

Permalink
README.md:
Browse files Browse the repository at this point in the history
* Fixing typo in fetch-dependencies command example.
  • Loading branch information
razterizer committed Dec 5, 2024
1 parent 99b1bd4 commit 9be8da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ There are two options on dealing with repo dependencies:

Run the following command from `<my_source_code_dir>`.
```sh
./Pilot_Episode/fetch-dependencies ./Pilot_Episode/dependencies
./Pilot_Episode/fetch-dependencies.py ./Pilot_Episode/dependencies
```
This will make sure you are running the latest stable versions that work with `Pilot_Episode`.

Expand Down

0 comments on commit 9be8da2

Please sign in to comment.