1
0
Fork 0
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:
Nigel Gott 2021-04-06 13:37:35 +01:00
parent 16bef81659
commit 0f39d3b822
3 changed files with 3 additions and 3 deletions
docs

View file

@ -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

View file

@ -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

View file

@ -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'...
```