Skip to content

Commit

Permalink
Explain local installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Schrenk authored and oschrenk committed Oct 21, 2023
1 parent f378f34 commit 61ef8c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ Configure
keyboard set --idle-dim-time 0.5 --brightness 0.5 --auto-brightness true
```

## Installation

**Via Github**

```
git clone [email protected]:oschrenk/keyboard.swift.git
cd keyboard.swift
# installs to $(HOME)/.local/bin/keyboard
make install
```

## Development

**Dependencies**
Expand Down

0 comments on commit 61ef8c8

Please sign in to comment.