Skip to content

Commit 35c982d

Browse files
authored
Merge pull request #6461 from benz0li/update-dev-containers-documentation-d9faf29
Dev Containers: Update documentation
2 parents d9faf29 + 80f6f07 commit 35c982d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/dev_containers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ provided in the default Dev Container only.
3636
The PATH is
3737
`$HOME/.cabal/bin:$HOME/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin`.
3838
Consequently, executables installed with Cabal (the tool) (at
39-
`$HOME/.cabal/bin`) or Stack or Pip (at `$HOME/.local/bin`) take precedence
40-
over the same executable installed at `/usr/local/sbin`, `/usr/local/bin`,
41-
etc.
39+
`$HOME/.cabal/bin` or `$HOME/.local/bin`) or Stack or Pip (at
40+
`$HOME/.local/bin`) take precedence over the same executable installed at
41+
`/usr/local/sbin`, `/usr/local/bin`, etc.
4242

4343
[VS Code](https://code.visualstudio.com) is used as IDE, with the following
4444
extensions pre‑installed:

0 commit comments

Comments
 (0)