Fix repository url
This commit is contained in:
parent
4ac54a24cf
commit
595533576f
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">
|
<Tabs groupId="git">
|
||||||
<TabItem value="direct-develop" label="Develop branch">
|
<TabItem value="direct-develop" label="Develop branch">
|
||||||
```bash
|
```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
|
cd SUI
|
||||||
git checkout develop
|
git checkout develop
|
||||||
```
|
```
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="direct-stable" label="Stable branch" default>
|
<TabItem value="direct-stable" label="Stable branch" default>
|
||||||
```bash
|
```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
|
cd SUI
|
||||||
git checkout stable
|
git checkout stable
|
||||||
```
|
```
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="submodule-develop" label="Develop branch (submodule)">
|
<TabItem value="submodule-develop" label="Develop branch (submodule)">
|
||||||
```bash
|
```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
|
cd SUI
|
||||||
git checkout develop
|
git checkout develop
|
||||||
```
|
```
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="submodule-stable" label="Stable branch (submodule)">
|
<TabItem value="submodule-stable" label="Stable branch (submodule)">
|
||||||
```bash
|
```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
|
cd SUI
|
||||||
git checkout stable
|
git checkout stable
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue