Fix a typo

This commit is contained in:
Kitaiti Makoto 2020-12-06 01:50:57 +09:00
parent 6800a199f9
commit 2479f05025

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
```