mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 07:04:27 -04:00
Install archivebox as an npm package (README.md)
Co-authored-by: Nick Sweeting <git@sweeting.me>
This commit is contained in:
parent
44131f05ee
commit
6af08ae9f2
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
|
||||||
&& apt-get install -qq -y --no-install-recommends nodejs
|
&& apt-get install -qq -y --no-install-recommends nodejs
|
||||||
|
|
||||||
pip install archivebox # install archivebox
|
pip install archivebox # install archivebox
|
||||||
npm run setup
|
npm install -g 'git+https://github.com/pirate/ArchiveBox.git'
|
||||||
|
|
||||||
mkdir data && cd data # (doesn't have to be called data)
|
mkdir data && cd data # (doesn't have to be called data)
|
||||||
archivebox init
|
archivebox init
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue