mirror of
https://github.com/RetroZelda/beacon-snatch.git
synced 2026-06-14 12:26:54 +00:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -17,10 +17,16 @@ Beacon Snatch is a project made quickly that uses a headless browser to obtain t
|
|||||||
To install Beacon Snatch, first clone the repository and then install it using `pip`:
|
To install Beacon Snatch, first clone the repository and then install it using `pip`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/retrozelda/beacon_snatch.git
|
git clone https://github.com/retrozelda/beacon-snatch.git
|
||||||
cd beacon_snatch
|
cd beacon-snatch
|
||||||
pip install .
|
pip install .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or simply
|
||||||
|
```
|
||||||
|
pip install beacon-snatch
|
||||||
|
```
|
||||||
|
|
||||||
This will install the required dependencies listed in the dependencies file and make the CLI accessible via the `beacon-snatch` command.
|
This will install the required dependencies listed in the dependencies file and make the CLI accessible via the `beacon-snatch` command.
|
||||||
|
|
||||||
## CLI Usage
|
## CLI Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user