-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73dfeb6
commit ed9235e
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# byor - Build your own Ruby | ||
|
||
A portable ruby build generator, for your platform. | ||
A portable ruby build generator, for MacOS and Linux. | ||
|
||
## Build for Linux | ||
|
||
Find an Ubuntu machine and run `./linux-build.sh`. | ||
|
||
## Build for MacOS | ||
|
||
Find and intel or M1 mac machine and run `./macos-build.sh`. | ||
|
||
## Dockerfiles | ||
|
||
Dockerfiles for mac and linux are present in the `./docker` folder. |