Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HansenChristoffer authored Jun 6, 2024
1 parent a3e24d6 commit c162537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ docker-compose up -d

This command will pull the relevant Docker images, create volumes and create containers that GoAddons will need to use.

4. **Build the application**:
3. **Build the application**:

Make sure you have Go installed on your system. You can build GoAddons using the provided Makefile for convenience:

Expand All @@ -42,7 +42,7 @@ make release

This command compiles the application and places the binary in the `bin` directory.

3. **Run GoAddons**:
4. **Run GoAddons**:

```bash
./bin/goaddons
Expand Down

0 comments on commit c162537

Please sign in to comment.