Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ We will also use the `~/bin` directory to keep locally installed files
(others might want to use `/usr/local/bin` instead). We will download source
code files to the `~/src` directory.

$ sudo adduser stratis --disabled-password
$ sudo adduser --system --group --create-home --disabled-password stratis
$ sudo apt-get install git
$ sudo su - stratis
$ mkdir ~/bin ~/src
Expand Down