Skip to content

Commit

Permalink
Update dependency installation instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos committed Nov 11, 2020
1 parent ec4576d commit c613f6e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@ Roll-It is designed for and developed on [elementary OS]. You'll need the follow
* meson
* valac

To install them on [elementary OS]:
If running [elementary OS], the simplest way is to install the elementary SDK:

```shell
sudo apt install libgranite-dev libgtk-3-dev libhandy-1-dev meson valac
sudo apt install elementary-sdk
```

Or you can use the following to install the entire elementary SDK:
To only install the required dependencies, or to install them on Ubuntu (20.10 or later):

```shell
sudo apt install elementary-sdk
sudo apt install libgranite-dev libgtk-3-dev libhandy-1-dev meson valac
```

To install them on Fedora:
Expand Down

0 comments on commit c613f6e

Please sign in to comment.