Skip to content

Commit a6165b5

Browse files
committed
doc: Use $USER instead of YOUR-USERNAME
I've wanted to copy paste this a couple of times, but it's a little inconvenient because of the placeholder. Replace it with a standard environment variable (looks like it's part of POSIX).
1 parent c63c9ac commit a6165b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/first_steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ After going through these steps, you will have a general idea of how to use Incu
2323

2424
To control Incus without having to run all commands as root, you can add yourself to the `incus-admin` group:
2525

26-
sudo adduser YOUR-USERNAME incus-admin
26+
sudo adduser $USER incus-admin
2727
newgrp incus-admin
2828

2929
The `newgrp` step is needed in any terminal that interacts with Incus until you restart your user session.

0 commit comments

Comments
 (0)