aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7ce9de7..2f4eab8 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,10 @@ and how could it make itself a permanent home on your computer?
With `poetry-restrict-plugin`, that looks as follows:
```sh
-$ ~/.local/bin/poetry run cat ~/.ssh/config
+$ poetry run cat ~/.ssh/config
poetry-restrict-plugin: Landlock engaged.
cat: /home/jc/.ssh/config: Permission denied
-$ ~/.local/bin/poetry run ls ~/.ssh
+$ poetry run ls ~/.ssh
poetry-restrict-plugin: Landlock engaged.
ls: cannot open directory '/home/jc/.ssh': Permission denied
```