Remove confusing wording.
parent
a4d5f31886
commit
f5f14b972d
|
@ -78,9 +78,6 @@ run
|
||||||
$> make BUILD=release
|
$> make BUILD=release
|
||||||
```
|
```
|
||||||
The `bootstrap` binary will be made available in `dist/release` by default.
|
The `bootstrap` binary will be made available in `dist/release` by default.
|
||||||
Keep in mind, there is no default `BOOTSTRAP_ROOT_DIR` environment variable
|
|
||||||
value set in this case so either set this to the path of some `specs` directory
|
|
||||||
or always use the `-d` flag when running `bootstrap`.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -190,8 +187,8 @@ values:
|
||||||
A number of specs are provided out of the box. If you installed `bootstrap`
|
A number of specs are provided out of the box. If you installed `bootstrap`
|
||||||
using `nix`, the `BOOTSTRAP_ROOT_DIR` will automatically be set to the location
|
using `nix`, the `BOOTSTRAP_ROOT_DIR` will automatically be set to the location
|
||||||
of these [specs](./specs). Keep in mind this list is very opinionated - they
|
of these [specs](./specs). Keep in mind this list is very opinionated - they
|
||||||
reflect my personal needs for projects. Feel free to specify a different specs
|
reflect my personal needs for projects. Feel free to specify a different root
|
||||||
root directory if these do not fit your needs.
|
directory if these do not fit your needs.
|
||||||
|
|
||||||
As a suggestion, use `nix` from within your `runner` scripts for maximum
|
As a suggestion, use `nix` from within your `runner` scripts for maximum
|
||||||
reproducibility. Refer to the provided specs for inspiration on how you can do
|
reproducibility. Refer to the provided specs for inspiration on how you can do
|
||||||
|
|
Loading…
Reference in New Issue