Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use rizla #20

Open
JiaaZe opened this issue Sep 11, 2020 · 3 comments
Open

How to use rizla #20

JiaaZe opened this issue Sep 11, 2020 · 3 comments

Comments

@JiaaZe
Copy link

JiaaZe commented Sep 11, 2020

I import rizla to my GOPATH. When I input rizla main.go in Terminal ,it reply me bash: rizla: command not found...

@dmwin72015
Copy link

add your variable GOPATH to PATH in file .bashrc
restart Terminal

@ZYK1236
Copy link

ZYK1236 commented Apr 8, 2021

add export PATH="/example:$PATH" to your .zshrc file if your agent is mac environment.

the example is your GOPATH path, for example:

  1. Appears after entering "go env", the GOPATH display as "/usr/xxx/go"
  2. add export PATH="/usr/xxx/go:$PATH" to your ~/.zshrc file

@ichenhe
Copy link

ichenhe commented May 3, 2022

Try go install github.com/kataras/rizla insetead of go get. This command will compile and move the executable file to $GOPATH/bin which should in path system env var.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants