mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-28 00:30:03 +02:00
Updated Install (markdown)
12
Install.md
12
Install.md
@@ -53,14 +53,18 @@ Not all the dependencies are required for all modes. If you disable some archive
|
|||||||
|
|
||||||
## Automatic Setup
|
## 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: `./bin/archivebox-setup`
|
If you're on Linux with `apt`, or macOS with `brew` there is an automatic setup script provided to install all the dependencies.
|
||||||
|
BSD, Windows, and other OS users should follow the [Manual Setup](#manual-setup) or [[Docker]] instructions.
|
||||||
|
|
||||||
Running it will explain what it installs and will prompt you to continue before making any changes to your system.
|
```bash
|
||||||
|
cd ArchiveBox/
|
||||||
|
./bin/archivebox-setup
|
||||||
|
```
|
||||||
|
|
||||||
|
The script explains what it installs beforehand, and will prompt for user confirmation before making any changes to your system.
|
||||||
|
|
||||||
After running the setup script, continue with the [[Quickstart]] guide...
|
After running the setup script, continue with the [[Quickstart]] guide...
|
||||||
|
|
||||||
BSD, Windows, and other users should follow the [Manual Setup](#manual-setup) or [[Docker]] instructions.
|
|
||||||
|
|
||||||
## Manual Setup
|
## Manual Setup
|
||||||
|
|
||||||
If you don't like running random setup scripts off the internet (:+1:), you can follow these manual setup instructions.
|
If you don't like running random setup scripts off the internet (:+1:), you can follow these manual setup instructions.
|
||||||
|
Reference in New Issue
Block a user