From 65aa6904dda5b69c06f3ba21f5652c5bd07f72df Mon Sep 17 00:00:00 2001 From: sebastianpineda Date: Fri, 31 May 2024 18:29:21 -0500 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab69ffc6..ae81ad79 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ git submodule update --init OR, you can directly run: ```bash -git clone --depth 1 --no-hardlinks --recurse-submodules --branch R-devel https://github.com/shmohammadi86/ACTIONet.git ACTIONet +git clone --depth 1 --no-hardlinks --recurse-submodules --branch R-release https://github.com/shmohammadi86/ACTIONet.git ACTIONet ``` and now you can install ACTIONet using the following command in the `ACTIONet` directory: