From 13f00d8e88a3ad10762a97c7bd31146360ef3a50 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 29 May 2016 22:35:11 -0400 Subject: [PATCH] Fix a typo in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5