Commit f3a5f196 by finswimmer Committed by GitHub

Merge pull request #1743 from 2tunnels/patch-1

Fixed default cache-dir path in docs.
parents 6987aaa8 c2ae0155
...@@ -100,7 +100,7 @@ Defaults to one of the following directories: ...@@ -100,7 +100,7 @@ Defaults to one of the following directories:
- macOS: `~/Library/Caches/pypoetry` - macOS: `~/Library/Caches/pypoetry`
- Windows: `C:\Users\<username>\AppData\Local\pypoetry\Cache` - Windows: `C:\Users\<username>\AppData\Local\pypoetry\Cache`
- Unix: `~/.cache/pypoetry/virtualenvs` - Unix: `~/.cache/pypoetry`
### `virtualenvs.create`: boolean ### `virtualenvs.create`: boolean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment