From 7311d10c80fc5281359a280d88d6b2938213b835 Mon Sep 17 00:00:00 2001 From: msmykx <101244365+msmykx-intel@users.noreply.github.com> Date: Wed, 4 Jan 2023 15:47:45 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37c4a43..3d43efc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Loading data written in numpy formats into C++ is equally simple, but requires y Default installation directory is /usr/local. To specify a different directory, add `-DCMAKE_INSTALL_PREFIX=/path/to/install/dir` to the cmake invocation in step 4. -1. get [cmake](www.cmake.org) +1. get [cmake](https://cmake.org/) 2. create a build directory, say $HOME/build 3. cd $HOME/build 4. cmake /path/to/cnpy