mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Point to yunohost repo so that's more relevant for the PR
This commit is contained in:
parent
b0b73cde1d
commit
5e39c65793
2 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ If you run Archlinux, this page should be quite useful to setup LXC : https://gi
|
||||||
Then, go into your favorite development folder and deploy ynh-dev with :
|
Then, go into your favorite development folder and deploy ynh-dev with :
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://raw.githubusercontent.com/alexAubin/ynh-dev/master/deploy.sh | bash
|
curl https://raw.githubusercontent.com/yunohost/ynh-dev/master/deploy.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
This will create a new `ynh-dev` folder with everything you need inside. In particular, you shall notice that there are clones or the various git repositories. In the next step, we shall start a LXC and 'link' those folders between the host and the LXC.
|
This will create a new `ynh-dev` folder with everything you need inside. In particular, you shall notice that there are clones or the various git repositories. In the next step, we shall start a LXC and 'link' those folders between the host and the LXC.
|
||||||
|
@ -129,7 +129,7 @@ Deploy a `ynh-dev` folder at the root of the filesystem with :
|
||||||
|
|
||||||
```
|
```
|
||||||
cd /
|
cd /
|
||||||
curl https://raw.githubusercontent.com/alexAubin/ynh-dev/master/deploy.sh | bash
|
curl https://raw.githubusercontent.com/yunohost/ynh-dev/master/deploy.sh | bash
|
||||||
cd /ynh-dev
|
cd /ynh-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
git clone https://github.com/alexAubin/ynh-dev
|
git clone https://github.com/yunohost/ynh-dev
|
||||||
cd ./ynh-dev
|
cd ./ynh-dev
|
||||||
git clone https://github.com/YunoHost/moulinette
|
git clone https://github.com/YunoHost/moulinette
|
||||||
git clone https://github.com/YunoHost/yunohost
|
git clone https://github.com/YunoHost/yunohost
|
||||||
|
|
Loading…
Add table
Reference in a new issue