Update Installing MP Gryphon authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
......@@ -24,7 +24,7 @@ To run MP Gryphon:
Install MP Gryphon and the trace generator directly on your Ubuntu Linux system by running the MP Gryphon installer:
1. Download the MP Gryphon installer from https://gitlab.nps.edu/monterey-phoenix/user-interfaces/gryphon/-/blob/master/install_mp.bash.
1. Make the installer executable and then run it by typing this in a command window ![terminal_emulator](uploads/2e92ad4cfa2db13bd7f47976ca2c184d/terminal_emulator.png):
1. Make the installer executable and then run it by typing this in a command window ![terminal_emulator](screenshots/terminal_emulator.png):
```console
cd ~/Downloads
......@@ -36,7 +36,7 @@ To run Gryphon:
* Double-click the Gryphon icon on the desktop to start Gryphon.
Alternatively, Gryphon may be launched from a command window ![terminal_emulator](uploads/2e92ad4cfa2db13bd7f47976ca2c184d/terminal_emulator.png) by changing to the directory containing the Gryphon tool and typing `./mp.py`:
Alternatively, Gryphon may be launched from a command window ![terminal_emulator](screenshots/terminal_emulator.png) by changing to the directory containing the Gryphon tool and typing `./mp.py`:
```console
cd ~/mp_gryphon/gryphon/python
......
......