Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
23xvx committed Mar 30, 2024
1 parent 4d2fb90 commit f82bc7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ here:

<kbd>**do_mount()**</kbd>: mounts the rootfs directories in recursive after checking is directories already mounted

> takes one argument: location of rootfs directory
> takes one argument: `location of rootfs directory`
```bash
do_mount "/path/to/fs"
Expand All @@ -49,13 +49,13 @@ do_build "out/udroid-test" "arm64"
<kbd>**do_compress**()</kbd> compress the rootfs directory into an archive

> takes one argument: name of rootfs directory
> takes one argument: `location of rootfs directory`
```bash
# archiving into .tar.gz
OVERRIDER_COMPRESSION_TYPE="gzip"
# already default to "out/" directory
do_compress "udroid-test"
# compressing udroid-test directory
do_compress "out/udroid-test"
# output would be "out/udroid-test.tar.gz"
```
> default format is `bzip` ( .tar.xz )
Expand Down

0 comments on commit f82bc7c

Please sign in to comment.