mirror of
https://github.com/daijro/camoufox.git
synced 2026-09-10 00:00:42 +00:00
pythonlib: Fixes & cleanup
- Fix chmod not working - Add more instructions to README - Cleanup comments
This commit is contained in:
+11
-1
@@ -7,12 +7,22 @@
|
||||
|
||||
## Installation
|
||||
|
||||
First, install the `camoufox` package:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/camoufox
|
||||
git clone --depth 1 https://github.com/camoufox
|
||||
cd camoufox/pythonlib
|
||||
pip install .
|
||||
```
|
||||
|
||||
Then, download the Camoufox browser:
|
||||
|
||||
```bash
|
||||
camoufox fetch
|
||||
```
|
||||
|
||||
To uninstall, run `camoufox remove`.
|
||||
|
||||
<hr width=50>
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user