diff --git a/README.md b/README.md index ee6ceac..8282bfa 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Key features: -# Quick start using the library +# Quick start for using the library To create your own stream writer you need to specify: - The H5 file format you want to write. diff --git a/conda-recipe/build.sh b/conda-recipe/build.sh index 33fc61e..5ad187e 100644 --- a/conda-recipe/build.sh +++ b/conda-recipe/build.sh @@ -1,4 +1,4 @@ make -cp bin/* ${PREFIX}/bin +cp bin/* ${PREFIX}/lib cp src/*.hpp ${PREFIX}/include \ No newline at end of file