mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 03:36:55 -04:00
Update README.md to fix typo (#1434)
Some checks failed
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
Some checks failed
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Run linters / lint (push) Has been cancelled
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
This commit is contained in:
commit
99b19e1917
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ docker run -it -v $PWD:/data archivebox/archivebox init --setup
|
||||||
pip install archivebox
|
pip install archivebox
|
||||||
mkdir -p ~/archivebox/data && cd ~/archivebox/data
|
mkdir -p ~/archivebox/data && cd ~/archivebox/data
|
||||||
archivebox init --setup
|
archivebox init --setup
|
||||||
# archviebox add 'https://example.com'
|
# archivebox add 'https://example.com'
|
||||||
# archivebox help
|
# archivebox help
|
||||||
# archivebox server 0.0.0.0:8000
|
# archivebox server 0.0.0.0:8000
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue