Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Apr 20, 2023
1 parent 5cc2dad commit 841e4a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ representation) that can be imported into the `hctl-explorer`.
#### Running visualisation

Once you obtain the classification results, you can run the visualisation tool
using the `hctl-explorer` command.
using the `hctl-explorer` command. If you simply start `hctl-explorer` without
any additional arguments, you will be prompted to select the result archive that
you want to explore. Alternatively, you can also give `hctl-explorer`
a path to the archive as a command line argument:

`hctl-explorer path/to/classification_result.zip`

Expand Down Expand Up @@ -109,7 +112,7 @@ To build the application manually, you will need to install Rust compiler from
[rust-lang.org](https://rust-lang.org) (default installation settings should
work fine).

Afterwards, you also need to install [tauri](https://tauri.app/) using
Afterward, you also need to install [tauri](https://tauri.app/) using
`cargo install tauri-cli`.

#### Compiling `bn-classifier`
Expand Down

0 comments on commit 841e4a9

Please sign in to comment.