1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-24 15:13:03 +02:00

Correction to install script in step 1 - archivebox-setup to setup.sh

David Greene
2020-07-31 16:28:11 -04:00
parent aed489086c
commit 55b34264a4

@@ -20,7 +20,7 @@ Clone the ArchiveBox repo and install its dependencies.
```bash
git clone https://github.com/pirate/ArchiveBox
cd ArchiveBox/
./bin/archivebox-setup # script prompts for user confirmation before installing anything
./bin/setup.sh # script prompts for user confirmation before installing anything
```
<img src="https://i.imgur.com/VMTzm0G.png" width="99%"/>