mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00: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>
|
||||
|
||||
#### Build and run a Github branch
|
||||
#### Install and run a specific Github branch
|
||||
|
||||
<details><summary><i>Click to expand...</i></summary>
|
||||
|
||||
```bash
|
||||
# docker:
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue