Skip to content

Commit

Permalink
small style fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugaruT committed Mar 5, 2018
1 parent 0b03f7d commit bb07114
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ Currently the indicator show CPU and RAM usage.
You'll need the following dependencies:

```
libglib2.0-dev
libgranite-dev
libgtk-3-dev
libwingpanel-2.0-dev
meson
valac
libglib2.0-dev
libgranite-dev
libgtk-3-dev
libwingpanel-2.0-dev
meson
valac
```


Run `meson` to configure the build environment and then `ninja` to build

```
meson build --prefix=/usr
cd build
ninja
meson build --prefix=/usr
cd build
ninja
```

To install, use `ninja install`

```
sudo ninja install
sudo ninja install
```


Expand Down

0 comments on commit bb07114

Please sign in to comment.