Skip to content

Commit

Permalink
README update for module based install needed for Go 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
524D committed Jan 21, 2021
1 parent 7e88922 commit d2f410a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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

Expand Down

0 comments on commit d2f410a

Please sign in to comment.