You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ft...@apache.org on 2015/06/02 14:42:09 UTC

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

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/dca1ad1f
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/dca1ad1f
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/dca1ad1f

Branch: refs/heads/IDEA-FLEX_JS_COMPILER
Commit: dca1ad1f0826e7c9aca5dfde5178d2bce475b3b0
Parents: 85e25c1
Author: Om Muppirala <om...@machinezone.com>
Authored: Wed May 27 12:59:27 2015 -0700
Committer: Frédéric THOMAS <we...@gmail.com>
Committed: Tue Jun 2 13:40:03 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/dca1ad1f/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