We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c980b3a commit d4da3baCopy full SHA for d4da3ba
1 file changed
README.md
@@ -84,12 +84,12 @@ https://github.com/endeavouros-team/EndeavourOS-ISO/tags
84
85
If not, it will default to using the latest "unstable" development state.
86
87
-example using latest **stable** release (23.10.1 Galileo KDE Release)
+example using latest **stable** release (23.11.1.2 Galileo KDE Release)
88
89
```
90
wget https://github.com/endeavouros-team/EndeavourOS-ISO/archive/refs/tags/23.10.1.tar.gz
91
-tar -xvf 23.10.1.tar.gz
92
-cd "EndeavourOS-ISO-23.10.1"
+tar -xvf 23.11.1.2.tar.gz
+cd "EndeavourOS-ISO-23.11.1.2"
93
./prepare.sh
94
95
### Or use latest **unstable** development branch using by cloning this repo using git:
0 commit comments