docs: change clone url to https
This commit is contained in:
parent
93aa6487bb
commit
638ec7cc04
|
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- CONTRIBUTING.md
|
- CONTRIBUTING.md
|
||||||
### Changed
|
### Changed
|
||||||
- Correct step order, prompt and title (README.md).
|
- Correct step order, prompt and title (README.md).
|
||||||
|
- Correct clone URL (README.md).
|
||||||
|
|
||||||
## [1.0.0] - 2020-02-06
|
## [1.0.0] - 2020-02-06
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -46,7 +46,7 @@ at the CLI.
|
||||||
```
|
```
|
||||||
1. Download the project.
|
1. Download the project.
|
||||||
```console
|
```console
|
||||||
$ git clone git@gitlab.com:adouglas/minecraft-systemd-services.git
|
$ git clone https://gitlab.com/adouglas/minecraft-systemd-services.git
|
||||||
```
|
```
|
||||||
1. Change to the project directory.
|
1. Change to the project directory.
|
||||||
```console
|
```console
|
||||||
|
|
Reference in New Issue