go-crypto

command module
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2023 License: MIT Imports: 8 Imported by: 0

README

GoCrypto with Terminal

Simple Terminal UI for GoCrypto. This project uses CoinMarketCap API.


Installation

Install go-crypto with the command below;


go install github.com/root27/go-crypto@latest

Go will automatically install it in your $GOPATH/bin directory which should be in your $PATH.


Homebrew

If you are using macOS, you can install go-crypto with Homebrew.


brew install root27/tools/go-crypto

or


brew tap root27/tools

brew install go-crypto


Troubleshooting

If you have an issue with PATH variable or you don't set GOPATH or GOBIN variable. You can use these steps shown below;

Step 1:

- Edit ~/.zshrc or ~/.bashrc

Step 2:

- Paste these lines;
    export GOPATH=$HOME/go
    export GOBIN=$GOPATH/bin
    export PATH=${PATH}:$GOBIN

Step 3:

- source ~/.zshrc or ~/.bashrc

Screenshot of the project

Screenshot


License

MIT


Author

Oguzhan Dogan

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL