From 4f407cd673e0267cf5769a3434a0ae4e03851fb1 Mon Sep 17 00:00:00 2001 From: Fernando Carmona Varo Date: Sat, 12 Nov 2022 12:10:23 +0100 Subject: [PATCH] README: add installation instructions --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index fe99e7a..3178366 100644 --- a/README.md +++ b/README.md @@ -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 -------------