Skip to content

Commit

Permalink
Updated build docs.
Browse files Browse the repository at this point in the history
This commit updates the build docs to use the one true way to build this
repository.
  • Loading branch information
betterengineering committed Dec 23, 2021
1 parent e17fe37 commit f9fe717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Steps
```console
cd pixlet
```
- Build the following directories in order: `/render`, then `/runtime`, then `/encode` and finally `/`:
- Build the binary:
```console
go build render runtime encode .
make build
```
- After that you will have the binary `/pixlet`, which you should copy to your path.

Expand Down

0 comments on commit f9fe717

Please sign in to comment.