Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss authored Jan 23, 2023
1 parent 19acf08 commit c2dfb97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ So you may have to copy the contents for gitlab to a "real" volume

### Linux Users (especially WSL users)
You may have to ..
* use `find . -type f -print0 | xargs -0 dos2unix` to convert line endings to linux style (especially the docker folder)
* use `chmod 777 -R data` to fix any issues regarding the permissions of the data archive (data.7z) (only iff you use the archive)
* run all commands as root esp. `tar xzf data.tgz`
* You may have to use ..
* use `find . -type f -print0 | xargs -0 dos2unix` to convert line endings to linux style (especially the docker folder)
* use `chmod 777 -R data` to fix any issues regarding the permissions of the data archive (data.7z) (only iff you use the archive)

## Instructions for local testing

Expand Down

0 comments on commit c2dfb97

Please sign in to comment.