Skip to content

Commit f82bc7c

Browse files
committed
Fix typo
1 parent 4d2fb90 commit f82bc7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ here:
3232

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

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

52-
> takes one argument: name of rootfs directory
52+
> takes one argument: `location of rootfs directory`
5353
5454
```bash
5555
# archiving into .tar.gz
5656
OVERRIDER_COMPRESSION_TYPE="gzip"
57-
# already default to "out/" directory
58-
do_compress "udroid-test"
57+
# compressing udroid-test directory
58+
do_compress "out/udroid-test"
5959
# output would be "out/udroid-test.tar.gz"
6060
```
6161
> default format is `bzip` ( .tar.xz )

0 commit comments

Comments
 (0)