mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Update README.md
This commit is contained in:
parent
ab122674a7
commit
4de49ef960
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -56,7 +56,7 @@ archivebox help # to see more options
|
||||||
<details>
|
<details>
|
||||||
<summary><b>Get ArchiveBox with <code>docker-compose</code> on any platform (recommended, everything included out-of-the-box)</b></summary>
|
<summary><b>Get ArchiveBox with <code>docker-compose</code> on any platform (recommended, everything included out-of-the-box)</b></summary>
|
||||||
|
|
||||||
First make sure you have Docker installed: https://docs.docker.com/get-docker/
|
<i>First make sure you have Docker installed: https://docs.docker.com/get-docker/</i>
|
||||||
<br/>
|
<br/>
|
||||||
This is the recommended way to run ArchiveBox because it includes <i>all</i> the extractors like:<br/>
|
This is the recommended way to run ArchiveBox because it includes <i>all</i> the extractors like:<br/>
|
||||||
chrome, wget, youtube-dl, git, etc., full-text search w/ sonic, and many other great features.
|
chrome, wget, youtube-dl, git, etc., full-text search w/ sonic, and many other great features.
|
||||||
|
@ -84,7 +84,7 @@ docker-compose run archivebox help # to see more options
|
||||||
<details>
|
<details>
|
||||||
<summary><b>Get ArchiveBox with <code>docker</code> on any platform</b></summary>
|
<summary><b>Get ArchiveBox with <code>docker</code> on any platform</b></summary>
|
||||||
|
|
||||||
First make sure you have Docker installed: https://docs.docker.com/get-docker/
|
<i>First make sure you have Docker installed: https://docs.docker.com/get-docker/</i>
|
||||||
|
|
||||||
<pre language="bash">
|
<pre language="bash">
|
||||||
# create a new empty directory and initalize your collection (can be anywhere)
|
# create a new empty directory and initalize your collection (can be anywhere)
|
||||||
|
@ -108,7 +108,7 @@ docker run -v $PWD:/data -it archivebox/archivebox help # to see more options
|
||||||
<details>
|
<details>
|
||||||
<summary><b>Get ArchiveBox with <code>apt</code> on Ubuntu >=20.04</b></summary>
|
<summary><b>Get ArchiveBox with <code>apt</code> on Ubuntu >=20.04</b></summary>
|
||||||
|
|
||||||
First make sure you're on Ubuntu >= 20.04, or scroll down for older/non-Ubuntu instructions.
|
<i>First make sure you're on Ubuntu >= 20.04, or scroll down for older/non-Ubuntu instructions.</i>
|
||||||
|
|
||||||
<pre language="bash">
|
<pre language="bash">
|
||||||
# add the repo to your sources and install the archivebox package using apt
|
# add the repo to your sources and install the archivebox package using apt
|
||||||
|
@ -151,7 +151,7 @@ Then run `apt update; apt install archivebox; archivebox --version`.
|
||||||
<details>
|
<details>
|
||||||
<summary><b>Get ArchiveBox with <code>brew</code> on macOS >=10.13</b></summary>
|
<summary><b>Get ArchiveBox with <code>brew</code> on macOS >=10.13</b></summary>
|
||||||
|
|
||||||
First make sure you have Homebrew installed: https://brew.sh/#install
|
<i>First make sure you have Homebrew installed: https://brew.sh/#install</i>
|
||||||
|
|
||||||
<pre language="bash">
|
<pre language="bash">
|
||||||
# install the archivebox package using homebrew
|
# install the archivebox package using homebrew
|
||||||
|
@ -180,8 +180,8 @@ archivebox help # to see more options
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><b>Get ArchiveBox with <code>pip</code> on any platform</b></summary>
|
<summary><b>Get ArchiveBox with <code>pip</code> on any platform</b></summary>
|
||||||
<br/>
|
|
||||||
First make sure you have Python >= 3.7 installed: https://realpython.com/installing-python/<br/>
|
<i>First make sure you have Python >= 3.7 installed: https://realpython.com/installing-python/</i>
|
||||||
|
|
||||||
<pre language="bash">
|
<pre language="bash">
|
||||||
# install the archivebox package using pip3
|
# install the archivebox package using pip3
|
||||||
|
|
Loading…
Reference in a new issue