Installation
Install and set up Gophel CLI on your system.
Prerequisites
- Go 1.16 or later
- Git
- Internet connection
Installation Steps
Install Gophel CLI using Go:
Install the latest version of Gophel
go install github.com/abdorrahmani/gophel@latest
Verify the installation:
Check the installed version
gophel --version
Configuration
After installation, authenticate with your Gophel account:
Start the authentication process
gophel auth
You'll need your Gophel username and API key to complete the authentication.
Next Steps
- Proceed to Quick Start to run your first application
- Learn about Core Concepts
- Explore Features