From b76540105decbadf7894fd4ade9c5249bd10e3c6 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sun, 21 Aug 2022 18:59:20 -0700 Subject: [PATCH] Release Cosmopolitan v2.0.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90cad7103..486fd493b 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ If you're doing your development work on Linux or BSD then you need just five files to get started. Here's what you do on Linux: ```sh -wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-2.0.zip -unzip cosmopolitan-amalgamation-2.0.zip +wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-2.0.1.zip +unzip cosmopolitan-amalgamation-2.0.1.zip printf 'main() { printf("hello world\\n"); }\n' >hello.c gcc -g -Os -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \ -fno-omit-frame-pointer -pg -mnop-mcount -mno-tls-direct-seg-refs \