updated README.md
This commit is contained in:
parent
1704f9b0f7
commit
9e7f4d29e5
21
README.md
21
README.md
@ -1,3 +1,22 @@
|
||||
# short_link_go
|
||||
|
||||
Ghink Short Link Server with Go
|
||||
Ghink Short Link Server with Go
|
||||
|
||||
### How to use:
|
||||
|
||||
Download, compile, and execute programs
|
||||
|
||||
```
|
||||
# download
|
||||
git clone https://github.com/ghinknet/short_link_go
|
||||
|
||||
# compile
|
||||
cd short_link_go
|
||||
go build main.go
|
||||
|
||||
# run
|
||||
./main
|
||||
```
|
||||
Note:
|
||||
|
||||
You have to init database before you start the program.
|
||||
|
Loading…
Reference in New Issue
Block a user