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
|
||||
mkdir -p addons
|
||||
git clone https://git.staropensource.de/StarOpenSource/SUI-distrib.git addons/SUI
|
||||
cd SUI
|
||||
git checkout develop
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="submodule-develop" label="Submodule">
|
||||
```bash
|
||||
mkdir -p addons
|
||||
git submodule add https://git.staropensource.de/StarOpenSource/SUI-distrib.git addons/SUI
|
||||
cd SUI
|
||||
git checkout develop
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
|
Loading…
Reference in a new issue