Remove unnecessary commands
This commit is contained in:
parent
7fadf79fae
commit
c086875568
1 changed files with 0 additions and 4 deletions
|
@ -27,16 +27,12 @@ You'll need to execute all commands in your project root.
|
||||||
```bash
|
```bash
|
||||||
mkdir -p addons
|
mkdir -p addons
|
||||||
git clone https://git.staropensource.de/StarOpenSource/SUI-distrib.git addons/SUI
|
git clone https://git.staropensource.de/StarOpenSource/SUI-distrib.git addons/SUI
|
||||||
cd SUI
|
|
||||||
git checkout develop
|
|
||||||
```
|
```
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="submodule-develop" label="Submodule">
|
<TabItem value="submodule-develop" label="Submodule">
|
||||||
```bash
|
```bash
|
||||||
mkdir -p addons
|
mkdir -p addons
|
||||||
git submodule add https://git.staropensource.de/StarOpenSource/SUI-distrib.git addons/SUI
|
git submodule add https://git.staropensource.de/StarOpenSource/SUI-distrib.git addons/SUI
|
||||||
cd SUI
|
|
||||||
git checkout develop
|
|
||||||
```
|
```
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
Loading…
Reference in a new issue