Skip to content

Commit

Permalink
docs: add chmod note
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek authored Aug 17, 2024
1 parent 13180ac commit 9971735
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,6 @@ container through the `devcontainer` mechanism; include these lines in your JSON
```

By default the container starts as root, though one may swiftly change
to the developer shell with: `gosu angryuser bash`.
to the developer shell with: `gosu angryuser bash`. Watch out! Depending on the container set up tool
it may turn out that the cloned repository does not have write permission set for _others_ (as root is the owner).
In such case one needs to run `chmod 777 -R .` before switching users.

0 comments on commit 9971735

Please sign in to comment.