Skip to content

Commit

Permalink
Updates to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
rofirrim committed Sep 3, 2022
1 parent 7ea3fef commit baf9717
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Just like you would pronounce ACL in English :)

2. What happened to gtk3 version?

Use an earlier release of eiciel when using GNOME 42 or earlier. This branch
only supports GNOME 43 onwards.
Use an earlier release (or the `gtk3` branch) of eiciel when using GNOME 42 or
earlier. This branch only supports GNOME 43 onwards.

3. First steps after you have cloned the repository

You will need Meson 0.54 or later installed (it can be installed using `pip`)
You will need Meson 0.57 or later installed (it can be installed using `pip`)
and then follow these steps after you have cloned the repository.

```
Expand All @@ -27,3 +27,7 @@ $ cd builddir
$ meson compile
$ meson install
```

4. I don't want the plugin support in GNOME Files

The GNOME Files plugin support is not optional at the moment.

0 comments on commit baf9717

Please sign in to comment.