Skip to content

Commit

Permalink
Merge pull request #294 from Shadowphoenix/master
Browse files Browse the repository at this point in the history
Fixing Installsection for Arch Part 2 - Electric Bogaloo :D
  • Loading branch information
iberianpig authored May 3, 2023
2 parents 9f47ce4 + a91b3d1 commit b68ab60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ sudo apt-get install xdotool
You need `libinput` release 1.0 or later. This is most probably installed by default on Manjaro

```sh
sudo pacman -S libinput
sudo pacman -Syu libinput
```

#### 2. Install Ruby

Fusuma runs in Ruby, so you must install it first.

```sh
sudo pacman -S ruby
sudo pacman -Syu ruby
```

#### 3. Install Fusuma
Expand All @@ -107,7 +107,7 @@ sudo gem install fusuma
For sending shortcuts:

```sh
sudo pacman -S xdotool
sudo pacman -Syu xdotool
```
**For the truly lazy people:** As with pretty much anything else available as Open-Source-Software, you can install Fusuma via a package from the AUR. As off time of writing (March 2023), the package you would want is called `ruby-fusuma`.

Expand Down

0 comments on commit b68ab60

Please sign in to comment.