You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2015/05/27 22:05:38 UTC

git commit: [flex-falcon] [refs/heads/develop] - Update README to make it more consistent when referring to repo/directory names

Repository: flex-falcon
Updated Branches:
  refs/heads/develop bcf9d27ff -> 6209a2416


Update README to make it more consistent when referring to repo/directory names


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/6209a241
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/6209a241
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/6209a241

Branch: refs/heads/develop
Commit: 6209a2416cd151ceb04abf8a02a192aeb193c6ff
Parents: bcf9d27
Author: Om Muppirala <om...@machinezone.com>
Authored: Wed May 27 12:59:27 2015 -0700
Committer: Om Muppirala <om...@machinezone.com>
Committed: Wed May 27 12:59:27 2015 -0700

----------------------------------------------------------------------
 README | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/6209a241/README
----------------------------------------------------------------------
diff --git a/README b/README
index 4958d43..dd520e8 100644
--- a/README
+++ b/README
@@ -28,23 +28,23 @@ Getting the latest sources via git
     You can always checkout the latest source via git using the following
     command:
 
-	 git clone https://git-wip-us.apache.org/repos/asf/flex-falcon.git falcon
-	 cd falcon
+	 git clone https://git-wip-us.apache.org/repos/asf/flex-falcon.git flex-falcon
+	 cd flex-falcon
 	 git checkout develop
 
     The Apache Flex Compiler also requires code from other Apache Flex git
     repositories or an Apache Flex SDK.  To get the latest source via git 
     for the Apache Flex SDK use the following command:
 
-	 git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git sdk
-	 cd sdk
+	 git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git flex-sdk
+	 cd flex-sdk
 	 git checkout develop
 
     The Apache Flex SDK requires the Text Layout Framework repository which
     you can get as follows:
 
-	 git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git tlf
-	 cd tlf
+	 git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git flex-tlf
+	 cd flex-tlf
 	 git checkout develop
 
     To use an Apache Flex SDK, install an Apache Flex SDK on your computer and