From 54a5839d488e1ae9d204b99ab074b92133da7637 Mon Sep 17 00:00:00 2001 From: Jianjun Jin Date: Wed, 30 Mar 2022 11:59:57 -0400 Subject: [PATCH] Update README.md fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 912a2773..95ed9130 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Bioconda is the recommended installation method. If you however want to compile - `cd GraphAligner` - `git submodule update --init --recursive` - `conda env create -f CondaEnvironment_linux.yml` or `conda env create -f CondaEnvironment_osx.yml` -- `source activate GraphAligner` +- `conda activate GraphAligner` - `make bin/GraphAligner` Note that miniconda is only required during compilation and not during runtime. After compilation you can run the binary without the miniconda environment or copy the binary elsewhere.