Skip to content

Commit d8b52ba

Browse files
committed
Fixed git clone command
1 parent 56e3171 commit d8b52ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you use this code for your own work, please cite this repository, as well as
5454
To install FAST++, you first need to build it. For this, you will need a recent C++ compiler, [git](https://git-scm.com/) and [CMake](https://cmake.org/). All of these tools are available by default on most modern linux distributions, and for MacOS you may need to install them with MacPorts. From there installing FAST++ is very easy. Navigate to a directory of your choosing where the code will be downloaded (it will be placed in a subdirectory called ```fastpp```), then execute the following commands:
5555
```
5656
# Download the code and dependencies
57-
git clone --recursive https://github.com/cschreib/fastpp.git
57+
git clone https://github.com/cschreib/fastpp.git
5858
cd fastpp
5959
6060
# Compile

0 commit comments

Comments
 (0)