From dbbd6c1fe5ff14616f9cbae64f2e92cb8ae496dd Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 13 Feb 2018 15:47:38 +0100 Subject: [PATCH] Fix README conda package name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30fdb5a..69ed3fc 100644 --- a/README.md +++ b/README.md @@ -230,10 +230,10 @@ please see the [Local build](#local_build) chapter. ## Conda setup -If you use conda, you can create an environment with the libCppH5Writer library by running: +If you use conda, you can create an environment with the lib_cpp_h5_writer library by running: ```bash -conda create -c paulscherrerinstitute --name libCppH5Writer +conda create -c paulscherrerinstitute --name lib_cpp_h5_writer ``` After that you can just source you newly created environment and start linking your builds against the library.