docs: change clone url to https

This commit is contained in:
Adam Douglas 2020-02-07 21:36:32 -06:00
parent 93aa6487bb
commit 638ec7cc04
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CONTRIBUTING.md
### Changed
- Correct step order, prompt and title (README.md).
- Correct clone URL (README.md).
## [1.0.0] - 2020-02-06
### Added

View File

@ -46,7 +46,7 @@ at the CLI.
```
1. Download the project.
```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.
```console