Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/README.magui.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Check latest changes on <Changelog.md>

- Just clone the git repository and execute it from there 'or'
- use 'pipsi' or create a python virtual env to install package 'Risu'

```sh
# pipsi install Risu
Already using interpreter /usr/bin/python3
Expand All @@ -56,6 +57,7 @@ Check latest changes on <Changelog.md>

- Pipsi will take care of installing a virtual environment and link to binary folder so you can call Risu.py or magui.py directly
- Remember that pypi package might not contain all the latests plugins features as the github repo one.

- Container:
- Use our automatically built container in docker hub:
- `docker run --user=$(id -u) --rm -v $PATHTOSOSREPORT:/data:Z Risu/Risu:latest /data --entrypoint="magui.py"`
Expand Down
2 changes: 2 additions & 0 deletions content/README.risu.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Check for plugins listing on [risuclient/plugins/](risuclient/plugins/)

- Just clone the git repository and execute it from there 'or'
- use 'pipsi' or create a python virtual env to install package 'Risu'

```sh
# pipsi install Risu
Already using interpreter /usr/bin/python3
Expand All @@ -52,6 +53,7 @@ Check for plugins listing on [risuclient/plugins/](risuclient/plugins/)

- Pipsi will take care of installing a virtual environment and link to binary folder so you can call Risu.py or magui.py directly
- Remember that pypi package might not contain all the latests plugins features as the github repo one.

- Container:
- Use our automatically built container in docker hub:
- `docker run --user=$(id -u) --rm -v $PATHTOSOSREPORT:/data:Z Risu/Risu:latest /data`
Expand Down
28 changes: 14 additions & 14 deletions themes/mainroad/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading