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 14e3025 commit b765401Copy full SHA for b765401
README.md
@@ -23,8 +23,8 @@ If you're doing your development work on Linux or BSD then you need just
23
five files to get started. Here's what you do on Linux:
24
25
```sh
26
-wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-2.0.zip
27
-unzip cosmopolitan-amalgamation-2.0.zip
+wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-2.0.1.zip
+unzip cosmopolitan-amalgamation-2.0.1.zip
28
printf 'main() { printf("hello world\\n"); }\n' >hello.c
29
gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
30
-fno-omit-frame-pointer -pg -mnop-mcount -mno-tls-direct-seg-refs \
0 commit comments