mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
Fix zip file name in "Getting Started" example
This commit is contained in:
parent
45b994ea23
commit
02b4a5c824
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ five files to get started:
|
|||
|
||||
```sh
|
||||
wget https://justine.lol/cosmopolitan/cosmopolitan-amalgamation-0.2.zip
|
||||
unzip cosmopolitan-amalgamated-0.2.zip
|
||||
unzip cosmopolitan-amalgamation-0.2.zip
|
||||
printf 'main() { printf("hello world\\n"); }\n' >hello.c
|
||||
gcc -g -O -static -nostdlib -nostdinc -fno-pie -no-pie -mno-red-zone \
|
||||
-o hello.com.dbg hello.c -fuse-ld=bfd -Wl,-T,ape.lds \
|
||||
|
|
Loading…
Reference in a new issue