From 67dd20f5f4e4b9e094d19f6a62940ac24b8fcf76 Mon Sep 17 00:00:00 2001 From: Rodrigo Meneses Date: Sun, 26 Mar 2023 09:43:10 -0300 Subject: [PATCH] docs: update README.md to fix broken link in installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1026d1..3de3982 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You can follow the step-by-step instructions on how to create this project by wa To use this project, you need to follow these steps: -1. Clone the repository: `git clone https://github.com/username/repo-name.git` +1. Clone the repository: `git clone https://github.com/arthur404dev/gopportunities.git` 2. Install the dependencies: `go mod download` 3. Build the application: `go build` 4. Run the application: `./main`