Skip to content

Commit a30bdd6

Browse files
committed
Remove or from line of code to retrieve installxSDK
and include the needed cd when cloning the repository Funded-by: IDEAS Project: xSDK Time: 0 hours Reported-by: Satish Balay <[email protected]>
1 parent 3928076 commit a30bdd6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ as well as some commonly needed external packages
2323
##Obtaining the installation script
2424

2525
```no-highlight
26-
git clone https://github.com/xsdk-project/installxSDK.git or
26+
git clone https://github.com/xsdk-project/installxSDK.git
27+
cd installxSDK
28+
```
29+
30+
or
2731

28-
curl https://raw.githubusercontent.com/xsdk-project/installxSDK/master/installxSDK.sh > installxSDK.sh
32+
33+
```no-highlight
34+
curl https://raw.githubusercontent.com/xsdk-project/installxSDK/master/installxSDK.sh > installxSDK.sh
2935
```
3036

3137
##Usage

0 commit comments

Comments
 (0)