Fix a typo #99

Manually merged
KitaitiMakoto merged 1 commit from plume/documentation:typo into main 2020-12-05 16:51:39 +00:00

View file

@ -5,7 +5,7 @@ title: Compiling from source
The first step to compile Plume's source code is to get it.
```bash
git clone https://git.joinplu.em/Plume/Plume.git
git clone https://git.joinplu.me/Plume/Plume.git
cd Plume
```