Skip to content

Commit

Permalink
better indention for collapsible block
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener authored May 22, 2024
1 parent 3091c51 commit 2e7b708
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ Please check with `inotifywait -h` if you are using the latest release {% includ

??? example "Expand to show alternate inotify installation"
```shell
git clone https://github.com/inotify-tools/inotify-tools.git
sudo apt-get install autoconf autotools-dev automake libtool
cd inotify-tools/
./autogen.sh
./configure --prefix=/usr
make
sudo make install
cd ..
rm -rf inotify-tools
git clone https://github.com/inotify-tools/inotify-tools.git

sudo apt-get install autoconf autotools-dev automake libtool

cd inotify-tools/

./autogen.sh
./configure --prefix=/usr
make
sudo make install

cd ..
rm -rf inotify-tools
```

2. Create the service file in systemd
Expand Down

0 comments on commit 2e7b708

Please sign in to comment.