commit e7d619e6ee35b3cb6137ea95445037cd0fab86ea Author: Emmanuel Garette Date: Wed Jun 10 21:48:10 2026 +0200 [init] Discover Rougail diff --git a/README.md b/README.md new file mode 100644 index 0000000..1dc2888 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +## Screenshot +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 +``` diff --git a/firefox.png b/firefox.png new file mode 100644 index 0000000..050f837 Binary files /dev/null and b/firefox.png differ diff --git a/foxyproxy.png b/foxyproxy.png new file mode 100644 index 0000000..418dad0 Binary files /dev/null and b/foxyproxy.png differ diff --git a/install.txt b/install.txt new file mode 100644 index 0000000..7f2478c --- /dev/null +++ b/install.txt @@ -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