Skip to content

Commit ec69413

Browse files
committed
Cosmopolitan 0.2
1 parent e75ffde commit ec69413

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ If you're doing your development work on Linux or BSD then you need just
2222
five files to get started:
2323

2424
```sh
25-
wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-0.1.2.zip
26-
unzip cosmopolitan-amalgamated-0.1.2.zip
25+
wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-0.2.zip
26+
unzip cosmopolitan-amalgamated-0.2.zip
2727
echo 'main() { printf("hello world\n"); }' >hello.c
2828
gcc -g -O -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
2929
-o hello.com.dbg hello.c -fuse-ld=bfd -Wl,-T,ape.lds \
@@ -41,9 +41,9 @@ universal binaries possible.
4141
Cosmopolitan can also be compiled from source on any Linux distro.
4242

4343
```sh
44-
wget https://justine.lol/cosmopolitan/cosmopolitan-0.1.2.tar.gz
45-
tar xf cosmopolitan-0.1.2.tar.gz # see releases page
46-
cd cosmopolitan-0.1.2
44+
wget https://justine.lol/cosmopolitan/cosmopolitan-0.2.tar.gz
45+
tar xf cosmopolitan-0.2.tar.gz # see releases page
46+
cd cosmopolitan-0.2
4747
make -j16
4848
o//examples/hello.com
4949
find o -name \*.com | xargs ls -rShal | less

0 commit comments

Comments
 (0)