diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -26,10 +26,11 @@ ls: cannot open directory '/home/jc/.ssh': Permission denied ## Installation -At time of writing, `poetry-restrict-plugin` is only supported on Linux with -[the Landlock LSM](https://docs.kernel.org/userspace-api/landlock.html) enabled. +`poetry-restrict-plugin` is currently only supported on Linux with [the Landlock +LSM](https://docs.kernel.org/userspace-api/landlock.html) enabled. -With [`pipx`](https://pipx.pypa.io/stable/docs/): +Installation depends on how you installed Poetry. With +[`pipx`](https://pipx.pypa.io/stable/docs/): ```sh pipx inject poetry poetry-restrict-plugin |