We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f0be0 commit dada4fcCopy full SHA for dada4fc
README.md
@@ -281,8 +281,11 @@ download the latest nightly toolchain tar file:
281
`carbon_toolchain-0.0.0-0.nightly.YYYY.MM.DD.tar.gz`. Then you can try it out:
282
283
```shell
284
-# A variable with the specific nightly version:
285
-VERSION="0.0.0-0.nightly.YYYY.MM.DD"
+# A variable with the nightly version from yesterday:
+VERSION="$(date -d yesterday +0.0.0-0.nightly.%Y.%m.%d)"
286
+
287
+# Get the release
288
+wget https://github.com/carbon-language/carbon-lang/releases/download/v${VERSION}/carbon_toolchain-${VERSION}.tar.gz
289
290
# Unpack the toolchain:
291
tar -xvf carbon_toolchain-${VERSION}.tar.gz
0 commit comments