Skip to content

Commit

Permalink
adjust wrapping for collapsible block
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener committed May 22, 2024
1 parent 6123f68 commit 7ac3358
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,21 @@ The following service relies on the inotify-tools package. To install the packag
Please check with `inotifywait -h` if you are using the latest release. If this is not the case or if you encounter any problems (error messages, service not running correctly) or an update with `apt` does not work, follow these instructions:

??? 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
```
```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
```

Latest release `inotify-tools`: {% include "inotify_version" %} ([source](https://github.com/inotify-tools/inotify-tools/releases/latest){:target="_blank"})

Expand Down

0 comments on commit 7ac3358

Please sign in to comment.