1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-29 17:19:53 +02:00

Updated Install (markdown)

Nick Sweeting
2019-02-26 21:49:37 -05:00
parent 5739e0b41e
commit f4943d8b44

@@ -31,11 +31,11 @@ Not all the dependencies are required for all modes. If you disable some archive
## Automatic Setup
If you're on Linux with `apt`, or macOS with `brew` there is an automatic setup script provided to install all the dependencies.
If you're on Linux with `apt`, or macOS with `brew` there is an automatic setup script `./bin/setup` provided to install all the dependencies.
Run `./bin/setup`, it will explain what it installs and will prompt you to continue before doing anything.
Running it will explain what it installs and will prompt you to continue before doing anything.
After running it, continue with the [[Quickstart]] guide...
After running `./bin/setup`, continue with the [[Quickstart]] guide...
BSD, Windows, and other users should follow the [Manual Setup](#manual-setup) or [[Docker]] instructions.