Skip to content

Commit

Permalink
Update README.md to use $ instead of #
Browse files Browse the repository at this point in the history
The $ is the symbol for a non-root user, # is the symbol for root user
  • Loading branch information
audiohacked authored Sep 5, 2018
1 parent 4a6edd4 commit 5e81bc7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ OpenCorsairLink is a status & control utility that interacts with CorsairLink pr
* pkg-config

```
# make
# sudo make install
$ make
$ sudo make install
```

## Usage
Since the program needs direct hardware access you should run this with 'sudo' or as root.

```
# sudo ./OpenCorsairLink.elf
# sudo ./OpenCorsairLink.elf --help
# sudo ./OpenCorsairLink.elf --device 0
# sudo ./OpenCorsairLink.elf --device 0 --led channel=0,mode=0,color=00FF00
# sudo ./OpenCorsairLink.elf --device 0 --fan channel=0,mode=5
# sudo ./OpenCorsairLink.elf --device 0 --pump mode=5
$ sudo ./OpenCorsairLink.elf
$ sudo ./OpenCorsairLink.elf --help
$ sudo ./OpenCorsairLink.elf --device 0
$ sudo ./OpenCorsairLink.elf --device 0 --led channel=0,mode=0,color=00FF00
$ sudo ./OpenCorsairLink.elf --device 0 --fan channel=0,mode=5
$ sudo ./OpenCorsairLink.elf --device 0 --pump mode=5
```

## Development
Expand Down

0 comments on commit 5e81bc7

Please sign in to comment.