Skip to content

Commit 88f2010

Browse files
authored
Update README.md
1 parent 4d1fb66 commit 88f2010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In particular we suggest [Netkit Lab Generator](https://github.com/Kidel/Netkit-
3232
### Linux
3333
* Install [Docker](https://www.docker.com/). We suggest installing Docker from [this script](https://get.docker.com).
3434
* Install Python 2.x. It should be pre-installed on most Linux distributions; if it isn't, you can get it from [here](https://www.python.org/downloads).
35-
* (suggested) Install **xterm** terminal emulator (usually `sudo apt-get install xterm`), that is used by default. You can also specify a different terminal emulator by using the `--xterm=...` command parameter while starting a network node or a lab.
35+
* (suggested) Install **xterm** terminal emulator (usually `sudo apt-get install xterm`), that is used by default. You can also specify a different terminal emulator by using the `--xterm=...` command parameter while starting a network node or a lab. It is also possible to avoid opening new terminals at all by using `--noterminals`.
3636
* Download all the files to a directory of your choice (from a [release](https://github.com/Kidel/Kathara/releases) or `git clone --recursive https://github.com/Kidel/Kathara.git`).
3737
* Add the environment variable `NETKIT_HOME` to your system _pointing to the **bin** folder_:
3838
* `export NETKIT_HOME=/home/foo/kathara/bin` (you can also do this permanently by adding it to `~/.bashrc`).
@@ -56,7 +56,7 @@ In particular we suggest [Netkit Lab Generator](https://github.com/Kidel/Netkit-
5656
### Mac OS
5757
* Install [Docker](https://www.docker.com/) from [here](https://www.docker.com/community-edition#/download) or [here](https://download.docker.com).
5858
* Install Python 2.x. You can get it from [here](https://www.python.org/downloads).
59-
* (suggested) Install [XQuartz](https://www.xquartz.org/) to get **xterm** terminal emulator, that is used by default. You can also specify a different terminal emulator by using the `--xterm=...` command parameter while starting a network node or a lab.
59+
* (suggested) Install [XQuartz](https://www.xquartz.org/) to get **xterm** terminal emulator, that is used by default. You can also specify a different terminal emulator by using the `--xterm=...` command parameter while starting a network node or a lab. It is also possible to avoid opening new terminals at all by using `--noterminals`.
6060
* Download all the files to a directory of your choice (from a [release](https://github.com/Kidel/Kathara/releases) or `git clone --recursive https://github.com/Kidel/Kathara.git`).
6161
* Add the environment variable `NETKIT_HOME` to your system _pointing to the **bin** folder_:
6262
* `export NETKIT_HOME=/home/foo/kathara/bin` (you can also do this permanently by adding it to `~/.bash_profile`).

0 commit comments

Comments
 (0)