Skip to content

Commit

Permalink
fix(doc): command
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed May 9, 2021
1 parent a41354c commit ba7433f
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 @@ -198,5 +198,5 @@ Now run this command: **docker-compose run --rm ac-dev-tools bash** to access th
After the extraction (it can take hours) you will find the extracted files inside the **/var/extractors** folder.

**NOTE:** On Linux you probably need to change the permissions of the extracted files since they are processed inside the container by the root user.
run **sudo chmod -R <youruser>:<yourgroup> /var/extractors** to get the ownership of those files.
run **sudo chmod -R youruser:yourgroup /var/extractors** (change youruser:yourgroup accordingly) to get the ownership of those files.

0 comments on commit ba7433f

Please sign in to comment.