Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/Packaging/Workflow/basic-workflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ default-x86_64:

# add new local-x86_64 build profile
# note: ${HOME} will be replaced by the actual home directory of the user
# invoking the command. In the example below, ${HOME} = /home/ermo
# invoking the command. In the example below, ${HOME} = /home/live
boulder profile add \
--repo name=volatile,base-uri=https://cdn.aerynos.dev,version=stream/volatile,priority=0 \
--repo name=local,uri=file://${HOME}/.cache/local_repo/x86_64/stone.index,priority=100 \
Expand Down