14 lines
381 B
Markdown
14 lines
381 B
Markdown
# arch-wiki-docs
|
|
### Fork of https://github.com/lahwaacz/arch-wiki-docs for use on Nix systems using poetry for dependency management
|
|
|
|
### example usage:
|
|
```shell
|
|
nix-shell --command zsh
|
|
mkdir .venv
|
|
poetry install
|
|
poetry shell
|
|
./arch-wiki-docs.py --langs en --output-directory ~/.local/share/docs/archwiki/
|
|
```
|
|
|
|
When the command is run a second time, it will only download updates
|