diff --git a/INSTALL.md b/INSTALL.md index 3f963fc92..24e5551bb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -362,10 +362,11 @@ cd .. ### Compile toxcore Provided that you have all required dependencies installed, you can simply run: + ```bash git clone https://github.com/toktok/c-toxcore.git toxcore cd toxcore -git checkout tags/v0.1.0 +git checkout v0.1.2 autoreconf -if ./configure make -j$(nproc)