summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 19:57:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 19:57:54 +0000
commit2820772ec7a6d511bd25768d4b8872a88218d1b9 (patch)
tree14850ff74ee9f9d5513d00562aac4633c5ad9fda /README.md
parentReleasing debian version 0.0.1-2. (diff)
downloadinotify-info-2820772ec7a6d511bd25768d4b8872a88218d1b9.tar.xz
inotify-info-2820772ec7a6d511bd25768d4b8872a88218d1b9.zip
Merging upstream version 0.0.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index a652a65..3c64833 100644
--- a/README.md
+++ b/README.md
@@ -22,12 +22,6 @@ Building _debug/inotify-info...
Linking _debug/inotify-info...
```
-Or you can build Docker image.
-
-```sh
-docker build . -t inotify-info
-```
-
## Install
You are free to copy the resulting executable to any suitable location in your `$PATH`.
```
@@ -163,6 +157,7 @@ Searching '/' for listed inodes... (8 threads)
## Run on Docker
```sh
+docker build . -t inotify-info
docker run --rm --privileged -v /proc:/proc inotify-info
```