From 9e7f4d29e59253184798d2101ba921beb307b691 Mon Sep 17 00:00:00 2001 From: Bigsk Date: Thu, 31 Oct 2024 00:38:37 +0000 Subject: [PATCH] updated README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 568cfcb..0628401 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # short_link_go -Ghink Short Link Server with Go \ No newline at end of file +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.