Fix README to show updated build

This commit is contained in:
Jacob Gunther
2023-02-24 09:02:23 -06:00
parent 5879ceabb8
commit 94f42a4af5

View File

@@ -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