Skip to content

Commit dba0d48

Browse files
author
Jean THOMAS
committed
Adding precisions in README
1 parent a8cccf1 commit dba0d48

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ These instructions suppose you already have a working LCDproc installation. If n
1212

1313
* Stop LCDproc service if running
1414
* Make a backup of the current SDEC driver :
15+
1516
```bash
1617
mv /usr/local/lib/lcdproc/sdeclcd.so /usr/local/lib/lcdproc/sdeclcd.so.bak
1718
```
19+
1820
* Download the patched sdec driver ([our builds are available here](https://github.com/LabCellar/FireboxLCDprocMod/releases)) and copy it to `/usr/local/lib/lcdproc/`
21+
* Set correct permissions for the new driver : `chmod +x /usr/local/lib/lcdproc/sdeclcd.so`
1922
* Start LCDproc service
2023
* Enjoy !
2124

0 commit comments

Comments
 (0)