From 9a19bfc9a1e23f5c5c5fa1614bb1532662f1e0bc Mon Sep 17 00:00:00 2001 From: Jason Eisner Date: Thu, 15 Aug 2013 08:52:03 -0400 Subject: [PATCH] minor --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3911eda..ad1d55d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ First clone the git repository on your local machine, e.g., git clone http://github.com/nwf/dyna -or download a snapshot as a zip file: +or simply download a snapshot as a zip file: wget https://github.com/nwf/dyna/archive/master.zip @@ -48,16 +48,16 @@ you'll need `Python 2.7+` and the following python modules $ easy_install ipython -Optionally, installing the following will enable certain extension +Optionally, installing the following will enable certain extensions: $ easy_install pygments matplotlib $ apt-get install graphviz -Now you're ready to build. +Now you're ready to build. Enter the project directory and type make -this will build dependencies and the Dyna compiler executable. Run the test +to build dependencies and the Dyna compiler executable. Run the test harness, just to make sure things built and are working: make tests -- 2.50.1