Fix repository url
This commit is contained in:
parent
6ca5a9bf04
commit
5111d0d8ba
1 changed files with 4 additions and 4 deletions
|
@ -22,28 +22,28 @@ It does not matter which framework branch you choose as StarOpenSource UI only u
|
|||
<Tabs groupId="git">
|
||||
<TabItem value="direct-develop" label="Develop branch">
|
||||
```bash
|
||||
git clone https://git.staropensource.de/StarOpenSource/sui-distrib.git SUI
|
||||
git clone https://git.staropensource.de/StarOpenSource/SUI-distrib.git SUI
|
||||
cd SUI
|
||||
git checkout develop
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="direct-stable" label="Stable branch" default>
|
||||
```bash
|
||||
git clone https://git.staropensource.de/StarOpenSource/sui-distrib.git SUI
|
||||
git clone https://git.staropensource.de/StarOpenSource/SUI-distrib.git SUI
|
||||
cd SUI
|
||||
git checkout stable
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="submodule-develop" label="Develop branch (submodule)">
|
||||
```bash
|
||||
git submodule add https://git.staropensource.de/StarOpenSource/sui-distrib.git SUI
|
||||
git submodule add https://git.staropensource.de/StarOpenSource/SUI-distrib.git SUI
|
||||
cd SUI
|
||||
git checkout develop
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="submodule-stable" label="Stable branch (submodule)">
|
||||
```bash
|
||||
git submodule add https://git.staropensource.de/StarOpenSource/sui-distrib.git SUI
|
||||
git submodule add https://git.staropensource.de/StarOpenSource/SUI-distrib.git SUI
|
||||
cd SUI
|
||||
git checkout stable
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue