diff options
| author | 2024-07-30 19:19:12 +0200 | |
|---|---|---|
| committer | 2024-07-30 19:19:12 +0200 | |
| commit | bf52b413d029925292a40e2bc40fd7d6240f9b45 (patch) | |
| tree | b18763b5cc8ce3d93a7e54510e8720762deb2efc /README.md | |
| parent | Allow access for directory where pyproject.toml is (diff) | |
Improve wording in READMEv0.1.0a4
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  |