summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <hypothermia.frost@gmail.com>2013-09-23 12:38:42 +0100
committerAlex <hypothermia.frost@gmail.com>2013-09-23 12:38:42 +0100
commit81858a2464621faadcd63045b314d1be1e832d92 (patch)
tree2ada3e464c8cff49a007c4638c189d4267734d74
parente2a04b6c6062dce824960ccd0e1d2474559a0a86 (diff)
downloadflang-81858a2464621faadcd63045b314d1be1e832d92.tar.gz
Update README.txt
-rw-r--r--README.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 50da15ce6b..f9978dfd71 100644
--- a/README.txt
+++ b/README.txt
@@ -13,8 +13,7 @@ Flang is a Fortran front-end.
Flang depends on a fork of clang for some of its files. In order to compile
Flang, you'll need to fetch the clang_branch and merge it with master in your
-local repository. After cloning flang, you can use the following commands to achieve
-this:
+local repository. After cloning flang, you can use the following commands to achieve this:
git fetch origin clang_branch
git checkout clang_branch