mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 11:03:57 +00:00
Update README to point to HTTPS instead of SSH-based clone
This commit is contained in:
parent
a15e015b82
commit
599152575b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ create a separate build directory for compilation:
|
||||||
|
|
||||||
mkdir FasTC
|
mkdir FasTC
|
||||||
cd FasTC
|
cd FasTC
|
||||||
git clone git@github.com:Mokosha/FasTC.git src
|
git clone https://github.com/Mokosha/FasTC.git src
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ../src -DCMAKE_BUILD_TYPE=Release
|
cmake ../src -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
Loading…
Reference in a new issue