docs: removed usages of pygui
This commit is contained in:
parent
88a52f6cd2
commit
9ccb1880a1
3 changed files with 2 additions and 5 deletions
|
@ -54,9 +54,6 @@ conveniently run tests, etc.
|
|||
# run core-daemon
|
||||
sudo core-daemon
|
||||
|
||||
# run python gui
|
||||
core-pygui
|
||||
|
||||
# run gui
|
||||
core-gui
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ You can find more detailed tutorials and examples at the
|
|||
|
||||
Every topic below assumes CORE, EMANE, and OSPF MDR have been installed.
|
||||
|
||||
> **WARNING:** demo files will be found within the new `core-pygui`
|
||||
> **WARNING:** demo files will be found within the new `core-gui`
|
||||
|
||||
| Topic | Model | Description |
|
||||
|--------------------------------------|---------|-----------------------------------------------------------|
|
||||
|
|
|
@ -62,7 +62,7 @@ The GUI will create a directory in your home directory on first run called
|
|||
## Modes of Operation
|
||||
|
||||
The CORE GUI has two primary modes of operation, **Edit** and **Execute**
|
||||
modes. Running the GUI, by typing **core-pygui** with no options, starts in
|
||||
modes. Running the GUI, by typing **core-gui** with no options, starts in
|
||||
Edit mode. Nodes are drawn on a blank canvas using the toolbar on the left
|
||||
and configured from right-click menus or by double-clicking them. The GUI
|
||||
does not need to be run as root.
|
||||
|
|
Loading…
Reference in a new issue