diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index fb7281e..0000000 --- a/.cargo/config +++ /dev/null @@ -1,2 +0,0 @@ -[build] -target-dir = "/home/jude/.rust_build/soundfx-rs" diff --git a/README.md b/README.md index ac66497..0155041 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ -# SoundFX 2 -## The complete (second) Rust rewrite of SoundFX +# SoundFX -SoundFX 2 is the Rust rewrite of SoundFX. SoundFX 2 attempts to retain all functionality of the original bot, in a more -efficient and robust package. SoundFX 2 is as asynchronous as it can get, and runs on the Tokio runtime. +A bot for managing sound effects in Discord. ### Building -Use the Cargo.toml file to build it. Simple as. Don't need anything like MySQL libs and stuff because SQLx includes its -own pure Rust one. Needs Rust 1.43+ +`sudo apt install gcc gcc-multilib cmake` + +Use the Cargo.toml file to build it. Needs Rust 1.52+ ### Running & Config