Skip to content

Commit

Permalink
README: add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferk committed Nov 12, 2022
1 parent 71eea89 commit 4f407cd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@ Due to changes in udev (long running processes are killed), it's necessary to us

To check the logs produced by the script, run `journalctl -t media-automount`, add `-b` for current boot.

Installation
------------

For Archlinux, the [`udev-media-automount` AUR package](https://aur.archlinux.org/packages/udev-media-automount) is offered.

For other systems, you may download the content of the repository from
https://github.com/Ferk/udev-media-automount/archive/refs/heads/master.zip

You can then install it using the following instructions

```
unzip master.zip
cd udev-media-automount-master
sudo make install
sudo udevadm control --reload-rules
sudo udevadm trigger
```

Configuration
-------------

Expand Down

0 comments on commit 4f407cd

Please sign in to comment.