Cleanup README & .gitignore

This commit is contained in:
daijro 2024-07-31 04:01:19 -05:00
parent 5aab9d01aa
commit 7ecdd14d4a
3 changed files with 16 additions and 17 deletions

1
.gitignore vendored
View file

@ -9,3 +9,4 @@ launch
launch.exe
*.old
__pycache__/
*.pyc

View file

@ -348,22 +348,6 @@ docker build -t camoufox-builder .
docker run -v "$(pwd)/dist:/app/dist" camoufox-builder --target <os> --arch <arch>
```
<details>
<summary>
CLI Parameters
</summary>
```bash
Options:
-h, --help show this help message and exit
--target {linux,windows,macos}
Target platform for the build
--arch {x86_64,arm64,i686}
Target architecture for the build
```
</details>
<details>
<summary>
How can I use my local ~/.mozbuild directory?
@ -382,7 +366,21 @@ docker run \
</details>
<br>
<details>
<summary>
Docker CLI Parameters
</summary>
```bash
Options:
-h, --help show this help message and exit
--target {linux,windows,macos}
Target platform for the build
--arch {x86_64,arm64,i686}
Target architecture for the build
```
</details>
Build artifacts will now appear written under the `dist/` folder.