1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-11 07:51:20 +00:00

Merge branch '364-replace-the-clone-url-in-the-docs' into 'develop'

Resolve "Replace the clone url in the docs"

Closes 

See merge request 
This commit is contained in:
Nigel Gott 2021-04-07 17:04:33 +00:00
commit 816844ea51
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'...
```