Skip to main content
Kamie's Blog

SCM: Installation

You need to have a Go project already set up to use these instructions.

Once your terminal is in the project, you can run this command:

go get github.com/TheKamboy/Simple-Console-Menu

Now, open up your main.go file, and add this:

import (
	cmenu "github.com/TheKamboy/Simple-Console-Menu"
)

Click here to go back.