Skip to content

Commit

Permalink
Add note about installing meta tool
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Feb 25, 2025
1 parent 798d393 commit a75fa80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mullvad-update/meta/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
//! See [Opt].
//!
//! The tool can be installed using `cargo install --locked --path .`, after which it can be invoked
//! with `meta ...`.
use anyhow::{bail, Context};
use clap::Parser;
Expand Down

0 comments on commit a75fa80

Please sign in to comment.