Skip to content

Commit 43213e1

Browse files
committed
README: Tarball build instructions
1 parent 1915640 commit 43213e1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,23 @@ A modern, docklike, minimalist taskbar for XFCE
88

99
Contribute in localizing the plugin to your native tongue.
1010

11-
Simply go to the ```/po``` directory, and make your own ```[langcode].po``` file by editing ```Docklike,pot```. Then add yourself to ```TRANSLATORS``` and open a pull request.
11+
Simply go to the ```/po``` directory, and make your own ```[langcode].po``` file by editing ```Docklike.pot```. Then open a pull request.
1212

1313
## Build & Install
1414

15+
```bash
16+
tar xvf xfce4-docklike-plugin-0.1.0.tar.gz && cd xfce4-docklike-plugin-0.1.0
17+
./configure
18+
make
19+
sudo make install
20+
```
21+
22+
Use `./configure --prefix=/usr/local` to change install location
23+
1524
### From git
1625

1726
```bash
18-
git clone https://github.com/nsz32/docklike-plugin && cd docklike-plugin
27+
git clone https://github.com/davekeogh/xfce4-docklike-plugin && cd xfce4-docklike-plugin
1928
./autogen.sh
2029
make
2130
sudo make install
@@ -68,4 +77,4 @@ Use your Super key to start or switch applications extremely fast:
6877

6978
Different indicator styles:
7079

71-
![screenshot](https://i.imgur.com/9nWqkCG.jpg)
80+
![screenshot](https://i.imgur.com/9nWqkCG.jpg)

0 commit comments

Comments
 (0)