Skip to content

Commit

Permalink
add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
itscynxx authored Oct 15, 2023
1 parent ebd1404 commit 8ac3690
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# NorthstarDiscordRPC

Plugin to integrate Northstar with Discord's SDK to enable [rich presence](https://discord.com/rich-presence).

# Building

The Northstar RPC plugin uses [cargo](https://doc.rust-lang.org/cargo/index.html) to download dependencies and build code

Run `cargo build --release` in the root directory of the plugin. The output will be found in `target/release`.

0 comments on commit 8ac3690

Please sign in to comment.