mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-13 21:25:46 +03:00
fix(just): adapt to decisions made during gui implementation
This commit is contained in:
parent
4df5d1667e
commit
79ede2d431
2 changed files with 8 additions and 9 deletions
|
@ -22,8 +22,11 @@ just -f forge.just {{ recipe_name }} {{ forge_config_var_file }}
|
|||
|
||||
**_Example:_**
|
||||
|
||||
The path to the [configuration](./index.md#configuration) data directory is pre set. So you just
|
||||
have to specify the configuration yaml.
|
||||
|
||||
```sh
|
||||
just -f forge.just forge_project-clone ~/ublue-os_forge/my-forge-project.env
|
||||
just -f forge.just forge_project-build bluefin.yml
|
||||
```
|
||||
|
||||
In case you don't have [just command runner](https://github.com/casey/just) available.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue