fix: update path in comments and README (#115)

Co-authored-by: David McCrea <git@dmccrea.me>
This commit is contained in:
David McCrea 2024-03-06 21:35:28 +02:00 committed by GitHub
parent 80958f60a6
commit e1a0e3c6a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -110,7 +110,7 @@ This will template out the file and build with `buildah` or `podman`.
##### Rebase
If you want to test your changes, you can do so by using the `rebase` command. This will create an image as a `.tar.gz` file, store it in `/etc/blue-build`, an run `rpm-ostree rebase` on that newly built file.
If you want to test your changes, you can do so by using the `rebase` command. This will create an image as a `.tar.gz` file, store it in `/etc/bluebuild`, an run `rpm-ostree rebase` on that newly built file.
```bash
sudo bluebuild rebase config/recipe.yml

View file

@ -56,7 +56,7 @@ pub enum CommandArgs {
Template(template::TemplateCommand),
/// Upgrade your current OS with the
/// local image saved at `/etc/blue-build/`.
/// local image saved at `/etc/bluebuild/`.
///
/// This requires having rebased already onto
/// a local archive already by using the `rebase`
@ -72,7 +72,7 @@ pub enum CommandArgs {
/// being built.
///
/// This will create a tarball of your image at
/// `/etc/blue-build/` and invoke `rpm-ostree` to
/// `/etc/bluebuild/` and invoke `rpm-ostree` to
/// rebase onto the image using `oci-archive`.
///
/// NOTE: This can only be used if you have `rpm-ostree`