From e96190459b7ff6bb11efcd6dfa25962ff5a97c8e Mon Sep 17 00:00:00 2001 From: Zetok Zalbavar Date: Sat, 31 Dec 2016 10:53:04 +0000 Subject: [PATCH] docs(INSTALL): correct instruction for toxcore tag checkout Re #4030. --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)