Permalink
Browse files

Update build instructions.

  • Loading branch information...
Andy Chu
Andy Chu committed Dec 19, 2017
1 parent f17ff52 commit ee819333341e1bcc1cbe6bdfc08c003d414790eb
Showing with 3 additions and 3 deletions.
  1. +3 −3 README.md
View
@@ -22,7 +22,7 @@ Try it
Clone the repo, build the Python extension, and run `bin/osh`. Basic things
like pipelines, variables, functions, etc. should work.
bash$ build/dev.sh all
bash$ build/dev.sh minimal
...
# Now you should have a libc.so symlink in the repository root directory
@@ -31,8 +31,8 @@ like pipelines, variables, functions, etc. should work.
osh$ echo "hello $name"
hello world
You can also try the [Oil 0.0
release](https://www.oilshell.org/blog/2017/07/23.html).
You can also download the latest release and build it, which is linked from the
[home page](https://www.oilshell.org/).
Contributing
------------

0 comments on commit ee81933

Please sign in to comment.