Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed May 13, 2021
1 parent 59882ba commit 6482f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ the container. You can avoid these issues by letting RStudio know the User ID
these IDs match yours, which you can get using the command `id`:

$ id
uid=1000(archer) gid=1000(archer) groups=1000(archer)
uid=1000(kelsey) gid=1000(kelsey) groups=1000(kelsey)

In this example, we would set `RSTUDIO_USERID=1000` and `RSTUDIO_GROUPID=1000`.

Expand Down

0 comments on commit 6482f36

Please sign in to comment.