aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-07-27 19:34:24 +0200
committerGravatar Johannes Christ <[email protected]>2024-07-27 19:34:24 +0200
commit496f76f707db9da92c442b34700130abd55148d5 (patch)
treed199e4b1af8ec844cf742c2779b591172e94a08c
parentAdd installation instructions (diff)
Use sane paths to poetry
-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
```