mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
add NodeJS and npm install note for debian/ubuntu method
This commit is contained in:
parent
5408028265
commit
8e1cfe0cf8
1 changed files with 2 additions and 1 deletions
|
@ -188,7 +188,8 @@ sudo add-apt-repository -u ppa:archivebox/archivebox
|
||||||
echo "deb http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/archivebox.list
|
echo "deb http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/archivebox.list
|
||||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C258F79DCC02E369
|
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C258F79DCC02E369
|
||||||
sudo apt update
|
sudo apt update
|
||||||
</code></pre>
|
</code></pre><br/>
|
||||||
|
<i>Note: You may also need to <a href="https://github.com/nodesource/distributions#debinstall">install a recent version of NodeJS + NPM from NodeSource</a> (if not already installed).</i>
|
||||||
</li>
|
</li>
|
||||||
<li>Install the ArchiveBox package using <code>apt</code>.
|
<li>Install the ArchiveBox package using <code>apt</code>.
|
||||||
<pre lang="bash"><code style="white-space: pre-line">sudo apt install archivebox
|
<pre lang="bash"><code style="white-space: pre-line">sudo apt install archivebox
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue