]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
docs: Update bootstrap instructions in README.md
authorsatmandu <satadru@umich.edu>
Thu, 15 Jul 2021 14:55:22 +0000 (14:55 +0000)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 16 Jul 2021 13:12:30 +0000 (15:12 +0200)
README.md

index 45a16fd08c21636a2a66dc182ea3e0bfe7062b0c..d88993410ccdb1af77947a2f4c760af1f8975018 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,9 +82,9 @@ bootstrapping or cross-compiling) then a source tarball or the vala-bootstrap
 module contain pre-compiled C files from the Vala sources. These can be used
 to bootstrap `valac`.
 
-Source tarballs can be downloaded via:
+Current releases of source tarballs can be downloaded via:
 
-https://wiki.gnome.org/Projects/Vala/Release
+https://wiki.gnome.org/Projects/Vala
 
 or the vala-bootstrap module is available at:
 
@@ -134,7 +134,7 @@ To use `valac` from a bootstrapped build detailed in step two use:
 ```sh
 git clone https://gitlab.gnome.org/GNOME/vala
 cd vala
-VALAC=/opt/vala-bootstrap/bin/vala ./autogen.sh
+VALAC=/opt/vala-bootstrap/bin/valac ./autogen.sh
 make && sudo make install
 ```