docs: fix and update links (#1714)

This commit is contained in:
Jonas L 2022-03-29 13:07:38 +02:00 committed by GitHub
parent be25dea447
commit 331df277b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 235 additions and 212 deletions

View file

@ -66,7 +66,7 @@ change the default provider if you have multiple installed. This can be done by
`--provider=virtualbox` or `--provider=libvirt` as applicable.
```bash
git clone https://github.com/libretime/libretime.git
git clone https://github.com/libretime/libretime
cd libretime
vagrant up ubuntu-bionic
```
@ -105,7 +105,7 @@ supported steps are `prepare` and `install`.
Similar to Docker, Multipass works through a CLI. To use, clone this repo and then create a new Multipass VM.
```
git clone https://github.com/libretime/libretime.git
git clone https://github.com/libretime/libretime
cd libretime
multipass launch bionic -n ltTEST --cloud-init cloud-init.yaml
multipass shell ltTEST