Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
fix!: move justfile to standardized location
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcitec authored and xynydev committed May 10, 2023
1 parent 077e724 commit 07642c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ The `latest` tag will automatically point to the latest build. That build will s

## Just

The `just` task runner is included in main for further customization after first boot.
You can copy the justfile from `/usr/etc/justfile` to `~/.justfile` to get started. Once `just` supports [include directives](https://just.systems/man/en/chapter_52.html), you can just include the file in `/etc` into your own justfile, where you have the option of adding new tasks.
After that run the following commands:
The `just` task runner is included in `main` for further customization after first boot.

You can copy the justfile from `/usr/share/ublue-os/just/justfile` to `~/.justfile` to get started. When `just` supports [include directives](https://just.systems/man/en/chapter_52.html), you will instead be able to simply include that path into your own justfile, without having to copy it manually.

After doing that, you'll be able to run the following commands:

- `just` - Show all tasks, more will be added in the future
- `just bios` - Reboot into the system bios (Useful for dualbooting)
Expand Down
File renamed without changes.

0 comments on commit 07642c2

Please sign in to comment.