summaryrefslogtreecommitdiff
path: root/support/spix/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/spix/README.md')
-rw-r--r--support/spix/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/support/spix/README.md b/support/spix/README.md
index b58d858e7d..a12fc8686f 100644
--- a/support/spix/README.md
+++ b/support/spix/README.md
@@ -23,11 +23,11 @@ Write the compilation process of your ``.tex`` file as a shell script, before th
Hello, world!
\end{document}
-You can also replace the file name with ``$1``. That way, you don't have to worry about the file name when writing your commands.
+You can also replace the file name with ``$texname``. That way, you don't have to worry about the file name when writing your commands.
% Compile this file twice with lualatex.
- %$ lualatex $1
- %$ lualatex $1
+ %$ lualatex $texname
+ %$ lualatex $texname
### Compilation
@@ -53,11 +53,11 @@ See [changelog](https://framagit.org/spalax/spix/blob/master/CHANGELOG.md).
## Download and install
-SpiX can be installed using pip:
+The preferred way to install SpiX used pip:
- pip install spix
+ python3 -m pip install spix
-Other installation methods can be found in the [documentation](https://spix.readthedocs.io/en/stable/install.html).
+Other installation methods can be found in the [documentation](https://spix.readthedocs.io/en/latest/install/).
## License