Skip to content

Commit

Permalink
Merge pull request #130 from emily0622/patch-1
Browse files Browse the repository at this point in the history
Update installation.md to fix #1455
  • Loading branch information
ealmloff authored Sep 26, 2023
2 parents 4191c99 + 303f245 commit 6595f12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs-src/0.4/en/CLI/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
cargo install dioxus-cli --locked
```

If you get an OpenSSL error on installation, ensure the dependencies listed [here](https://docs.rs/openssl/latest/openssl/#automatic) are installed.

## Install the latest development build through git

To get the latest bug fixes and features, you can install the development version from git.
Expand All @@ -20,4 +22,4 @@ This will download the CLI from the master branch,
and install it in Cargo's global binary directory (`~/.cargo/bin/` by default).

Run `dx --help` for a list of all the available commands.
Furthermore, you can run `dx <command> --help` to get help with a specific command.
Furthermore, you can run `dx <command> --help` to get help with a specific command.

0 comments on commit 6595f12

Please sign in to comment.