mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 06:00:22 +00:00
Update README.md
This commit is contained in:
parent
b05a7b781b
commit
ade783c599
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -59,16 +59,21 @@ archivebox --version
|
|||
**To start using archivebox, you have to create a data folder and `cd` into it:**
|
||||
|
||||
```bash
|
||||
mkdir ~/archivebox && cd ~/archivebox # pick somewhere to put your data folder
|
||||
mkdir ~/archivebox && cd ~/archivebox # you can put the collection dir anywhere
|
||||
archivebox init
|
||||
```
|
||||
|
||||
<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:
|
||||
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:
|
||||
And the same in Docker Compose:
|
||||
`docker-compose run archivebox [subcommand] [...args]`
|
||||
|
||||
</small>
|
||||
|
||||
**Then Add some URLs to your archive collection:**
|
||||
```bash
|
||||
archivebox add https://github.com/ArchiveBox/ArchiveBox
|
||||
|
|
Loading…
Reference in a new issue