Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Johnson <ian.johnson@appliedlanguage.com>2013-07-09 21:47:22 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2013-07-09 21:47:22 +0400
commit16c286b1ba7240304c88e10f27a8b65bbb3e54dd (patch)
tree0a82a861c3451d9549e6dcf7731984b4f8866c51
parentc67a58c0e90885693a2e1ee669584f1647ab9bdf (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4057081..96d63ea 100644
--- a/README.md
+++ b/README.md
@@ -14,4 +14,4 @@ The PCL compiler depends on [PLY](http://www.dabeaz.com/ply/) v3.4 which is a le
The PCL compiler and runtime relies on the Pypeline submodule found in the `libs` directory. Initialise the submodule with `git submodule update --init` and either:
* Set your `PYTHONPATH` environment variable to `<clone root dir>/pcl/libs/pypeline/src/pypeline`, or
- * Install Pypeline using the instuctions in the submodule.
+ * Install Pypeline using the instructions in the submodule.