Skip to content

Commit a5a789e

Browse files
committed
add Homebrew installation instructions [skip ci]
1 parent f8faf70 commit a5a789e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ gplaces is originally a Gemini port of the delve Gopher client by Sebastian Stei
4242
## How to install?
4343

4444
* Using Flatpak: `flatpak install com.github.dimkr.gplaces`
45+
* Using Homebrew: `brew tap dimkr/gplaces && brew install gplaces`
4546
* compile yourself
4647

4748
=> https://flathub.org/apps/details/com.github.dimkr.gplaces gplaces on Flathub
@@ -164,6 +165,13 @@ if installed through Flatpak, copy the read-only configuration file to your home
164165
~$ xdg-open ~/.var/app/com.github.dimkr.gplaces/config
165166
```
166167

168+
if installed through Homebrew, edit the file or copy to your home directory first:
169+
170+
```
171+
~$ cp `brew --prefix`/etc/gplacesrc ~/.gplacesrc
172+
~$ open ~/.gplacesrc
173+
```
174+
167175
otherwise, you can edit /etc/gplacesrc directly or edit a copy under your home directory:
168176

169177
```

0 commit comments

Comments
 (0)