Skip to content

Commit

Permalink
Merge pull request #30 from TedVanderfeen/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
AntoineRichard authored Oct 7, 2024
2 parents dd9b684 + d855c12 commit f374d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ scritps/install_docker.sh
This will download the assets from docker and it should work fine. The issue is that all the generated folder will be
owned by root. So you may want to change that afterwards by running:
```bash
chown -r $USER assets
chgrp -r $USER assets
chown -R $USER assets
chgrp -R $USER assets
```

Provided you have Gdal and gdown installed on your system, you can also run:
Expand Down

0 comments on commit f374d40

Please sign in to comment.