Skip to content

Commit

Permalink
Fix some small mistakes in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 4, 2025
1 parent 7e5aced commit be68b5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ executable will use the name of the project instead.

This is a bit inconsistent, but it's how `ubi` has behaved since it was created, and I find this to
be the sanest behavior. Some projects, for example `rust-analyzer`, provide releases as compressed
executables with names like `rust-analyzer-x86_64-apple-darwin.gz` and
`rust-analyzer-x86_64-unknown-linux-musl.gz`, so installing these as `rust-analyzer` seems like
better behavior.
executables with names like `rust-analyzer-x86_64-apple-darwin` and
`rust-analyzer-x86_64-unknown-linux-musl`, so installing these as `rust-analyzer` seems like better
behavior.

## How `ubi` Finds the Right Release Artifact

Expand Down
4 changes: 2 additions & 2 deletions ubi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
//!
//! This is a bit inconsistent, but it's how `ubi` has behaved since it was created, and I find this
//! to be the sanest behavior. Some projects, for example `rust-analyzer`, provide releases as
//! compressed executables with names like `rust-analyzer-x86_64-apple-darwin.gz` and
//! `rust-analyzer-x86_64-unknown-linux-musl.gz`, so installing these as `rust-analyzer` seems like
//! executables with names like `rust-analyzer-x86_64-apple-darwin` and
//! `rust-analyzer-x86_64-unknown-linux-musl`, so installing these as `rust-analyzer` seems like
//! better behavior.
//!
//!
Expand Down

0 comments on commit be68b5b

Please sign in to comment.