mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-29 17:19:53 +02:00
Updated Install (markdown)
@@ -67,16 +67,13 @@ If you don't like running random setup scripts off the internet (:+1:), you can
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# On Ubuntu/Debian:
|
# On Ubuntu/Debian:
|
||||||
apt install chromium-browser python3 wget curl youtube-dl git
|
apt install python3 python3-pip git wget curl chromium-browser youtube-dl
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# On Mac:
|
# On Mac:
|
||||||
brew cask install chromium # If you already have Google Chrome/Chromium in /Applications/, skip this command
|
brew cask install chromium # Skip this if you already have Google Chrome/Chromium installed in /Applications/
|
||||||
brew install python3 wget curl youtube-dl git
|
brew install python3 python3-pip git wget curl youtube-dl
|
||||||
|
|
||||||
echo -e '#!/bin/bash\n/Applications/Chromium.app/Contents/MacOS/Chromium "$@"' > /usr/local/bin/chromium-browser
|
|
||||||
chmod +x /usr/local/bin/chromium-browser
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Reference in New Issue
Block a user