From 94f42a4af5dfaf1e3acf61ce6bf324f8249613ec Mon Sep 17 00:00:00 2001 From: Jacob Gunther Date: Fri, 24 Feb 2023 09:02:23 -0600 Subject: [PATCH] Fix README to show updated build --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5900cbb..e5e4b8a 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,11 @@ git clone https://github.com/mineatar-io/api-server.git cd api-server # Copy the `config.example.yml` file a new file `config.yml` -# You will need to edit the details of this file for proper functionality +# You will need to edit the details of this file. cp config.example.yml config.yml -# Install the Go dependencies -go get ... - # Build the source code into a single executable -./scripts/build +make # Run the executable ./bin/main