Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
arch-rebuild-order
Commits
a4a8196a
Verified
Commit
a4a8196a
authored
Jan 16, 2022
by
Jelle van der Waa
🚧
Browse files
Update examples
opencolorio1 has been replaced by opencolorio.
parent
ee6b92cd
Pipeline
#14818
passed with stages
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a4a8196a
...
...
@@ -4,10 +4,10 @@ A CLI tool to determine the rebuild order of provided package(s).
## Usage
To show the rebuild order of opencolorio
1
To show the rebuild order of opencolorio
```
cargo run opencolorio
1
cargo run opencolorio
```
## Requirements
...
...
@@ -33,7 +33,7 @@ pkg node. This repeats until the **to_visit** list is empty.
Arch-rebuild-order can generate a DOT file of the rebuild order for a given package.
```
cargo run -- -d opencolorio.dot opencolorio
1
cargo run -- -d opencolorio.dot opencolorio
dot -Tpng opencolorio.dot > opencolorio.png
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment