Skip to content

Commit

Permalink
Fix PR babluboy#31
Browse files Browse the repository at this point in the history
  • Loading branch information
btd1337 committed Dec 4, 2018
1 parent 5635d10 commit 6c1678d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -13,7 +13,7 @@ A simple application made for elementary OS to provide essential information on
Check the Nutty website for details on features, shortcuts, installation guides for Ubuntu and other supported distros, etc. : <br>
https://babluboy.github.io/nutty/

## Building, Testing, and Installation
## Building, Testing, Installation

You'll need the following dependencies to build:
* libgranite-dev
Expand All @@ -25,7 +25,15 @@ You'll need the following dependencies to build:
* meson
* valac

Run `meson build` to configure the build environment and run `ninja test` to build
And of these dependencies to execute:
* nethogs
* nmap
* traceroute
* vnstat

> Enable `vnstat` service: sudo systemclt enable vnstat
To build the application run `meson build` to configure the build environment and run `ninja test` to build

git clone https://github.com/babluboy/nutty.git
cd nutty
Expand Down

0 comments on commit 6c1678d

Please sign in to comment.