mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-06 22:08:52 +00:00
Update all git clone urls in docs to work without needing to register ssh keys with gitlab, instead using the https url anyone can clone the public repo without having to register with gitlab.
This commit is contained in:
parent
16bef81659
commit
0f39d3b822
3 changed files with 3 additions and 3 deletions
docs
|
@ -48,7 +48,7 @@ Baserow's code to your computer.
|
|||
|
||||
```
|
||||
$ cd ~/baserow
|
||||
$ git clone git@gitlab.com:bramw/baserow.git
|
||||
$ git clone https://gitlab.com/bramw/baserow.git
|
||||
Cloning into 'baserow'...
|
||||
...
|
||||
$ cd baserow
|
||||
|
|
|
@ -81,7 +81,7 @@ $ sudo -i
|
|||
# Clone the baserow project
|
||||
$ mkdir /baserow
|
||||
$ cd /baserow
|
||||
$ git clone https://gitlab.com/bramw/baserow/ .
|
||||
$ git clone https://gitlab.com/bramw/baserow.git .
|
||||
```
|
||||
|
||||
The password used for the `baserow` user does not have to be the same as the one used
|
||||
|
|
|
@ -15,7 +15,7 @@ python and pip.
|
|||
```
|
||||
$ cd ~/baserow
|
||||
$ pip install cookiecutter
|
||||
$ git clone git@gitlab.com:bramw/baserow.git
|
||||
$ git clone https://gitlab.com/bramw/baserow.git
|
||||
Cloning into 'baserow'...
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue