Skip to content

Commit

Permalink
fix issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidel committed May 3, 2018
1 parent b6dd7dc commit 8040c0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -38,6 +38,7 @@ In particular we suggest [Netkit Lab Generator](https://github.com/Kidel/Netkit-
### Linux
* Install [Docker](https://www.docker.com/). We suggest installing Docker from [this script](https://get.docker.com).
* 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).
* You may need gcc to install the wrapper, simply run `apt-get install build-essential`
* (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`.
* 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`).
* Add the environment variable `NETKIT_HOME` to your system _pointing to the **bin** folder_:
Expand Down

0 comments on commit 8040c0f

Please sign in to comment.