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 #364 See merge request bramw/baserow!218
This commit is contained in:
commit
816844ea51
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