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 898542a
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 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,19 +25,30 @@ You'll need the following dependencies to build:
* meson
* valac

And of these dependencies to execute:
* nethogs
* nmap
* traceroute
* vnstat

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

git clone https://github.com/babluboy/nutty.git
cd nutty
meson build --prefix=/usr
mkdir build && cd build
ninja
```
git clone https://github.com/babluboy/nutty.git
cd nutty
meson build --prefix=/usr
mkdir build && cd build
ninja
```

To install, use `ninja install`, then execute with `com.github.babluboy.nutty`

sudo ninja install
com.github.babluboy.nutty

```
sudo ninja install
com.github.babluboy.nutty
```

## Screenshot

Expand Down

0 comments on commit 898542a

Please sign in to comment.