Skip to content

Commit

Permalink
update references
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmoutinho committed Mar 8, 2025
1 parent f704c48 commit cb1be53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ darwin test.lua -o test.out
## Quick Install
if you are on linux you can install with:
```bash
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.1.22/darwin.out -o darwin.out && sudo chmod +x darwin.out && sudo mv darwin.out /usr/bin/darwin
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.1.23/darwin.out -o darwin.out && sudo chmod +x darwin.out && sudo mv darwin.out /usr/bin/darwin
```

## Releases
| item | plataform |
|------- |-----------|
| [Amalgamation](https://github.com/OUIsolutions/Darwin/releases/download/0.1.22/darwin.c)| Source |
| [darwin.out](https://github.com/OUIsolutions/Darwin/releases/download/0.1.22/darwin.out)|Linux binary|
| [darwin.exe](https://github.com/OUIsolutions/Darwin/releases/download/0.1.22/darwin.exe)|Windows binary |
| [Amalgamation](https://github.com/OUIsolutions/Darwin/releases/download/0.1.23/darwin.c)| Source |
| [darwin.out](https://github.com/OUIsolutions/Darwin/releases/download/0.1.23/darwin.out)|Linux binary|
| [darwin.exe](https://github.com/OUIsolutions/Darwin/releases/download/0.1.23/darwin.exe)|Windows binary |



Expand Down
2 changes: 1 addition & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Building From source
for building from source, type
```bash
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.1.22/darwin.c -o darwin.c &&
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.1.23/darwin.c -o darwin.c &&
gcc darwin.c -o darwin.out
```
### Building From Docker
Expand Down

0 comments on commit cb1be53

Please sign in to comment.