Skip to content

Commit

Permalink
Change preffix and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
J0sueTM committed Jan 30, 2021
1 parent deb0ea0 commit 757297f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,24 @@ My laptop do not work with the default xbacklight. Kept searching for a solution
# How to use

Download the source code from the realeses page or clone the repository.
Give executable permissions to llight.sh
Give executable permissions to llight

```sh
chmod +x src/llight.sh
chmod +x src/llight
```

Move it to your common PATH

```sh
mv src/llight.sh /bin/
mv src/llight.sh /bin/ # or /sbin/ or /opt/
```

now just run it
Restart your shell, and you're good to go!

```sh
llight.sh [flags]
reset

llight [flags]
```

# What I learned
Expand Down
File renamed without changes.

0 comments on commit 757297f

Please sign in to comment.