Skip to content

Commit

Permalink
Merge pull request #213 from chillfig/add_cd_instruction
Browse files Browse the repository at this point in the history
Fix #212, Adds change directory instruction to Guide
  • Loading branch information
astrogeco authored May 2, 2022
2 parents 4fd55e2 + 9f524a7 commit f1b4c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide-GroundSystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Installing and running cFS Ground System on Ubuntu:
1. ```sudo apt-get install python3-pyqt5```
1. ```sudo apt-get install python3-zmq```
1. ```sudo apt-get install libcanberra-gtk-module```
1. ```cd Subsystems/cmdUtil/ && make```
1. ```make -C Subsystems/cmdUtil```
1. ```python3 GroundSystem.py```

The historically included instructions for running on macOS or CentOS are included at the bottom of this document for reference. Please note that instructions have not been maintained. Welcoming instruction contributions if any of these are your platform of choice.
Expand Down

0 comments on commit f1b4c58

Please sign in to comment.