From 61f302c68fb3e706f2186385603bf996026aac32 Mon Sep 17 00:00:00 2001 From: Massimiliano Ghilardi Date: Sun, 9 Jan 2022 16:16:57 +0100 Subject: [PATCH] version v0.7.4: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07f7944..416b831 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Method 1: quick installation as module $ env GO111MODULE=on go get github.com/gopherdata/gophernotes $ mkdir -p ~/.local/share/jupyter/kernels/gophernotes $ cd ~/.local/share/jupyter/kernels/gophernotes -$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/gophernotes@v0.7.3/kernel/* "." +$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/gophernotes@v0.7.4/kernel/* "." $ chmod +w ./kernel.json # in case copied kernel.json has no write permission $ sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json ``` @@ -95,7 +95,7 @@ Method 1: quick installation as module $ env GO111MODULE=on go get github.com/gopherdata/gophernotes $ mkdir -p ~/Library/Jupyter/kernels/gophernotes $ cd ~/Library/Jupyter/kernels/gophernotes -$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/gophernotes@v0.7.3/kernel/* "." +$ cp "$(go env GOPATH)"/pkg/mod/github.com/gopherdata/gophernotes@v0.7.4/kernel/* "." $ chmod +w ./kernel.json # in case copied kernel.json has no write permission $ sed "s|gophernotes|$(go env GOPATH)/bin/gophernotes|" < kernel.json.in > kernel.json ```