[init] Discover Rougail
This commit is contained in:
commit
0359f80bf5
4 changed files with 30 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
## Screenshot
|
||||
|
||||
|
||||
<img src="firefox.png" width=50% height=50% alt="Firefox Proxy setting"/>
|
||||
|
||||
|
||||
## Clone and install
|
||||
|
||||
|
||||
|
||||
To test this tutorial, you need to download this repository and install Rougail:
|
||||
|
||||
```shell
|
||||
git clone -b 1.1 https://forge.cloud.silique.fr/stove/rougail-tutorials.git
|
||||
cd rougail-tutorials
|
||||
python -m venv venv_rougail
|
||||
. venv_rougail/bin/activate
|
||||
pip install rougail-cli rougail-output-exporter rougail-output-doc rougail-user-data-yaml
|
||||
```
|
||||
|
||||
Then switch to the tutorial page:
|
||||
|
||||
```shell
|
||||
git switch --detach 1.1
|
||||
```
|
||||
BIN
firefox.png
Normal file
BIN
firefox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 123 KiB |
BIN
foxyproxy.png
Normal file
BIN
foxyproxy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 154 KiB |
5
install.txt
Normal file
5
install.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
git clone -b 1.1 https://forge.cloud.silique.fr/stove/rougail-tutorials.git
|
||||
cd rougail-tutorials
|
||||
python -m venv venv_rougail
|
||||
. venv_rougail/bin/activate
|
||||
pip install rougail-cli rougail-output-exporter rougail-output-doc rougail-user-data-yaml
|
||||
Loading…
Reference in a new issue