Redesign page + Webhook notifications #43

Merged
ldr merged 16 commits from facelift into main 2023-12-25 21:23:53 +01:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 8ba8580cd9 - Show all commits

Remove reference to adjust_thirdparty script from readme

JustAnotherJavaProgrammer 2023-12-22 19:42:25 +01:00

View file

@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- rephrase e-mail notifications - rephrase e-mail notifications
### Removed
- reference to `./scripts/adjust_thirdparty.sh` in `README.md` as it no longer exists
## [0.3.0] ## [0.3.0]
### Fix ### Fix

View file

@ -13,9 +13,6 @@ The minimum required rust-toolchain version as of writing is `1.58` see the `rus
A stable toolchain is recommended. A stable toolchain is recommended.
It is recommended to use cargo for building as such make sure the `cargo` component of the toolchain is installed. It is recommended to use cargo for building as such make sure the `cargo` component of the toolchain is installed.
It may be necessary to run `./scripts/adjust_thirdparty.sh` to adjust some absolute paths in the `THIRDPARTY.toml`,
though this should only be required to run tests.
For a release build you can run `cargo build --release` this should build all dependencies and place the final binary in For a release build you can run `cargo build --release` this should build all dependencies and place the final binary in
the `./target/release/` folder. the `./target/release/` folder.