diff options
author | 2024-07-27 19:34:24 +0200 | |
---|---|---|
committer | 2024-07-27 19:34:24 +0200 | |
commit | 496f76f707db9da92c442b34700130abd55148d5 (patch) | |
tree | d199e4b1af8ec844cf742c2779b591172e94a08c | |
parent | Add installation instructions (diff) |
Use sane paths to poetry
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |