Skip to content

Commit

Permalink
feat: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshantech committed Sep 28, 2024
1 parent 0b24a72 commit 2bab463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Binary file added gincli-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 2 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Certainly! Here's a streamlined version of your `README.md` that includes the **

# Gin CLI

![Gin CLI Logo](https://github.com/golang-programming/gincli/assets/your-logo-path)
![Gin CLI Logo](https://github.com/golang-programming/gincli/gincli-logo.jpg)

Gin CLI is a powerful command-line tool designed to help you quickly scaffold [Gin Web Framework](https://gin-gonic.com/) applications with a standardized project structure and essential components. Focus on building your application without the hassle of initial setup!

Expand Down Expand Up @@ -33,11 +33,7 @@ gin --version
#### For Windows (Using PowerShell):

```powershell
# Replace <version> with the actual version, e.g., v1.0.0
Invoke-WebRequest -Uri "https://github.com/golang-programming/gincli/releases/download/<version>/gin-windows-amd64.exe" -OutFile "gin.exe"
# Move gin.exe to a directory in your PATH or keep it in the current directory
# Verify the installation
Invoke-WebRequest -Uri "https://github.com/golang-programming/gincli/releases/download/v1.0.0/gin-windows-amd64.exe" -OutFile "gin.exe"
.\gin.exe --version
```

Expand Down

0 comments on commit 2bab463

Please sign in to comment.