Skip to content

Commit eaa8e14

Browse files
committed
added code to clone the source code to the readme
1 parent 816a5d1 commit eaa8e14

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Packaging
1616
**On OSX and Linux**
1717

1818
```
19+
# clone the source
20+
git clone https://github.com/Unity-Technologies/FbxExporters.git
21+
1922
export PROJECT_PATH=~/Development/FbxExporters
2023
export UNITY3D_PATH=/Applications/Unity\ 5.6.1f1/Unity.app/Contents/MacOS/Unity
2124
export PACKAGE_NAME=FbxExporters
@@ -29,7 +32,10 @@ export FBXSDK_PACKAGE_PATH=~/Development/FbxSharp/FbxSdk_0.0.4a.unitypackage
2932
**On Windows**
3033

3134
```
32-
set PROJECT_PATH=/path/to/FbxExporters
35+
# clone the source
36+
git clone https://github.com/Unity-Technologies/FbxExporters.git
37+
38+
set PROJECT_PATH=%cd%/FbxExporters
3339
set UNITY3D_PATH="C:/Program Files/Unity/Editor/Unity.exe"
3440
set PACKAGE_NAME=FbxExporters
3541
set PACKAGE_VERSION=0.0.3a

0 commit comments

Comments
 (0)