Update README.md
This commit is contained in:
parent
6722ad249e
commit
5fd6fcd09e
1 changed files with 7 additions and 11 deletions
18
README.md
18
README.md
|
@ -61,19 +61,15 @@ archivebox --version
|
||||||
```bash
|
```bash
|
||||||
mkdir ~/archivebox && cd ~/archivebox # you can put the collection dir anywhere
|
mkdir ~/archivebox && cd ~/archivebox # you can put the collection dir anywhere
|
||||||
archivebox init
|
archivebox init
|
||||||
|
|
||||||
|
# If you're using an apt/brew/pip install you can run archivebox commands normally
|
||||||
|
# archivebox [subcommand] [...args]
|
||||||
|
# If you're using Docker you'll have to run the commands like this
|
||||||
|
# docker run -v $PWD:/data -it archivebox/archivebox [subcommand] [...args]
|
||||||
|
# And the equivalent in Docker Compose:
|
||||||
|
# docker-compose run archivebox [subcommand] [...args]
|
||||||
```
|
```
|
||||||
|
|
||||||
<small>
|
|
||||||
|
|
||||||
If you're using an apt/brew/pip install you can run archivebox commands like this:
|
|
||||||
`archivebox [subcommand] [...args]`
|
|
||||||
If you're using Docker it's equivalent to run the commands like this:
|
|
||||||
`docker run -v $PWD:/data -it archivebox/archivebox [subcommand] [...args]`
|
|
||||||
And the same in Docker Compose:
|
|
||||||
`docker-compose run archivebox [subcommand] [...args]`
|
|
||||||
|
|
||||||
</small>
|
|
||||||
|
|
||||||
**Then Add some URLs to your archive collection:**
|
**Then Add some URLs to your archive collection:**
|
||||||
```bash
|
```bash
|
||||||
archivebox add https://github.com/ArchiveBox/ArchiveBox
|
archivebox add https://github.com/ArchiveBox/ArchiveBox
|
||||||
|
|
Loading…
Reference in a new issue