1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-30 09:39:52 +02:00

Updated Usage (markdown)

Nick Sweeting
2019-03-12 19:40:42 -04:00
parent 70e57091b0
commit beff5053a7

@@ -15,14 +15,12 @@
## CLI Usage
<img src="https://i.imgur.com/biVfFYr.png" width="40%" align="right">
`./archive` refers to the executable shortcut in the root of the project, but you can also call ArchiveBox via `./bin/archivebox`. If you add `/path/to/ArchiveBox/bin` to your shell `$PATH` then you can call `archivebox` from anywhere on your system.
If you're using Docker, the CLI interface is similar but needs to be prefixed by `docker-compose exec ...` or `docker run ...`, for examples see the [[Docker]] page.
<div align="center">
<img src="https://i.imgur.com/biVfFYr.png" width="50%"><br/>
</div>
### Run ArchiveBox with configuration options
You can set environment variables in your shell profile, a config file, or by using the `env` command.