Remove 'First' section

Previously, there was a step missing instructing new users to create an
`out` directory before building. While it may have been obvious to those
that previously worked in the project, it should have existed. Now, in
upstream, the `Makefile` has been updated to perform this step
automatically, removing the need for this step to exist on the
end-user's side directly.
This commit is contained in:
shane 2024-10-15 00:49:42 -04:00
parent 8517d94675
commit 1b4f92da34
No known key found for this signature in database
GPG key ID: D9DF703B83B9A9B5

View file

@ -264,16 +264,6 @@ For further reading see the [Bootstrappable Builds](https://bootstrappable.org/)
* Gnu Make
### First
#### Create untracked build output directory
From the `stagex` repository root:
```shell
mkdir out
```
### Examples
#### Reproduce entire tree