Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
change code to dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
fanchann committed Apr 25, 2023
1 parent 389c594 commit 54fcb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ start with `go-start -pkg=awesomeProject` and see a miracle come out

## Installation
for linux:\
`git clone https://github.com/fanchann/Go-QuickStart && cd Go-QuickStart && go build -o bin/go-start && sudo mv bin/go-start /bin`
`git clone https://github.com/fanchann/Go-QuickStart && cd Go-QuickStart && go build -o bin/go-start main.go && sudo mv bin/go-start /bin`

## Configuration
Set your environment variable
Expand Down

0 comments on commit 54fcb26

Please sign in to comment.