Skip to content

Commit

Permalink
Merge pull request #421 from juliangaal/main
Browse files Browse the repository at this point in the history
Update installation guide: create /home for user flathunter
  • Loading branch information
codders committed Jul 7, 2023
2 parents f343e30 + 0bcd846 commit c5c1673
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 @@ -107,7 +107,7 @@ $ git clone https://github.com/flathunters/flathunter.git
```
add a new User and configure the permissions
```sh
$ useradd flathunter
$ useradd -m flathunter
$ chown flathunter:flathunter -R flathunter/
```
Next install pipenv for the new user
Expand Down

0 comments on commit c5c1673

Please sign in to comment.