Skip to content

Commit 3544dd6

Browse files
authored
Merge pull request #17 from plasmoduck/patch-3
Update README.md
2 parents e316556 + eebd0f1 commit 3544dd6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@ To open the indicator via shortcut, add a custom shortcut in your keyboard setti
99
```
1010
wingpanel --toggle-indicator=com.github.tom95.indicator-synapse
1111
```
12+
### Build instructions
13+
```
14+
mkdir build
15+
cd build
16+
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr ../
17+
make
18+
sudo make install
19+
```

0 commit comments

Comments
 (0)