Skip to content

Commit

Permalink
feat:add readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
kumudiaorong committed Mar 1, 2024
1 parent 54b4af1 commit 5cb1b2a
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,28 @@
# qst-ext-appsearcher-rust
# qst-ext-appsearcher-rust

## Introduction
This is a extension for the [qst](https://github.com/kumudiaorong/qst-grpc) written in rust. It is used to search the application in the system.

## Getting Started

### Get Release

No release yet.

### Build from source

#### Dependencies
First please install [rust](https://www.rust-lang.org/tools/install).

Then see [tonic](https://github.com/hyperium/tonic) for other dependencies.

#### Get Source
```shell
git clone https://github.com/kumudiaorong/qst-ext-appsearcher-rust.git
git submodule update --init
```

#### Build
```shell
cargo build --release
```

0 comments on commit 5cb1b2a

Please sign in to comment.