mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 13:44:14 -04:00
Update README.md
This commit is contained in:
parent
a1fae0a5c1
commit
d2a7d8284c
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -865,13 +865,19 @@ archivebox server --debug ...
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
#### Build and run a Github branch
|
#### Install and run a specific Github branch
|
||||||
|
|
||||||
<details><summary><i>Click to expand...</i></summary>
|
<details><summary><i>Click to expand...</i></summary>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# docker:
|
||||||
docker build -t archivebox:dev https://github.com/ArchiveBox/ArchiveBox.git#dev
|
docker build -t archivebox:dev https://github.com/ArchiveBox/ArchiveBox.git#dev
|
||||||
docker run -it -v $PWD:/data archivebox:dev ...
|
docker run -it -v $PWD:/data archivebox:dev init --setup
|
||||||
|
|
||||||
|
# bare metal:
|
||||||
|
pip install 'git+https://github.com/pirate/ArchiveBox@dev'
|
||||||
|
npm install 'git+https://github.com/ArchiveBox/ArchiveBox.git#dev'
|
||||||
|
archivebox init --setup
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue