From: David Wells Date: Mon, 30 May 2016 02:35:11 +0000 (-0400) Subject: Fix a typo in the README. X-Git-Tag: v8.5.0-rc1~997^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f00d8e88a3ad10762a97c7bd31146360ef3a50;p=dealii.git Fix a typo in the README. --- diff --git a/README.md b/README.md index bd1dc1d9ec..ad31dd4ae6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Then configure, compile, and install the deal.II library with: $ mkdir build $ cd build - $ cmake -DCMAKE_INSTALL_PREFIX=/path/where/dealii/should/be/intalled/to /path/to/dealii/sources + $ cmake -DCMAKE_INSTALL_PREFIX=/path/where/dealii/should/be/installed/to /path/to/dealii/sources $ make install (alternatively $ make -j install) $ make test