Skip to content

Commit

Permalink
docs: add cli to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Jan 12, 2025
1 parent c8d6e80 commit e8f9f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ You will need to [install rust](https://www.rust-lang.org/tools/install) first a

npm run dev

## Running the CLI

npm run tauri dev -- -- -- --help

# 🔨 Build

If you're using Linux be sure to set the `NO_STRIP` env var to `true` (see https://github.com/tauri-apps/tauri/issues/8929 ) if the build is failing.
Expand Down

0 comments on commit e8f9f1e

Please sign in to comment.