ref: 0d83a6a075ac5027ab6e2d7d246bc3f57ce588e4
parent: c9eeeaaa1c2fcef9e41cbb2c900e3c61fec5882c
author: Earnestly <[email protected]>
date: Sat Nov 18 15:12:53 EST 2017
mention make bootstrap as a potential step
--- a/README.md
+++ b/README.md
@@ -10,13 +10,19 @@
## Build
-Compile with ./configure --prefix="/home/wherever/I/want" && make && make install
-The result will be among other things, the binaries 6m and mbld
+If you are building from development then issue `make bootstrap` after the call
+to `./configure`.
+* `./configure`
+* `make`
+* `make install`
+
+The result will be, among other things, the binaries 6m and mbld.
+
## Usage
Compile and execute:
-`mbld -R test.myr`
+`mbld -R test.myr`
Compile into a binary:
`mbld -b binary test.myr`
@@ -67,7 +73,6 @@
## Status
![Solid Engineering](https://myrlang.org/tacoma-narrows.jpg "Solid Engineering")
-
## Try It Online
The online playground is a good place to get started with little setup.