From d2f410ae4a89b841a8732ab1f6294605362edeff Mon Sep 17 00:00:00 2001 From: Rob Marissen <50015273+524D@users.noreply.github.com> Date: Thu, 21 Jan 2021 19:17:43 +0100 Subject: [PATCH] README update for module based install needed for Go 1.16 --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5401a9b..839d6f7 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ On Ubuntu 20.04, to install the prerequisites and download/build the executable ```bash sudo apt install golang gcc libgsl-dev git -go get -d github.com/524D/mzrecal -cd go/src/github.com/524D/mzrecal; ./build.sh +git clone https://github.com/524D/mzrecal +cd mzrecal; ./build.sh ``` The executables are put in folder `~/tools`. @@ -38,10 +38,8 @@ On Windows, to install the prerequisites and download/build the executable (for * [Install git](https://git-scm.com/download/win/) using default install options * Restart Windows to add newly installed software to the PATH * Open git bash (from the Windows start menu) -* Get mzRecal. From git bash prompt: `go get -d github.com/524D/mzrecal` -* Build mzRecal. From git bash prompt: `cd ${GOPATH}/src/github.com/524D/mzrecal; ./build_windows.sh` - -The executable is put in folder `go/src/github.com/524D/mzrecal` (relative to the users home directory). +* Get mzRecal. From git bash prompt: `git clone https://github.com/524D/mzrecal` +* Build mzRecal. From git bash prompt: `cd mzrecal; ./build_windows.sh`. ## Input and output