mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-21 16:33:55 +02:00
Apply suggestions from code review
This commit is contained in:
parent
ea49ecedad
commit
138f9ace25
|
@ -100,7 +100,7 @@ You will need [rustup](https://rustup.rs/) to install a Rust toolchain.
|
|||
|
||||
### SUSE / OpenSUSE
|
||||
|
||||
> NOTE: clang and lld are required to build kanidm due to performance issues with gcc/ld
|
||||
> NOTE: clang and lld are required to build Kanidm due to performance issues with GCC/ld
|
||||
|
||||
You will need to install rustup and our build dependencies with:
|
||||
|
||||
|
@ -120,7 +120,7 @@ export CXX="sccache /usr/bin/clang++"
|
|||
|
||||
### Fedora
|
||||
|
||||
> NOTE: clang and lld are required to build kanidm due to performance issues with gcc/ld
|
||||
> NOTE: clang and lld are required to build Kanidm due to performance issues with GCC/ld
|
||||
|
||||
You will need [rustup](https://rustup.rs/) to install a Rust toolchain.
|
||||
|
||||
|
@ -138,7 +138,7 @@ perl-FindBin perl-File-Compare
|
|||
|
||||
### Ubuntu
|
||||
|
||||
> NOTE: clang and lld are required to build kanidm due to performance issues with gcc/ld
|
||||
> NOTE: clang and lld are required to build Kanidm due to performance issues with GCC/ld
|
||||
|
||||
You need [rustup](https://rustup.rs/) to install a Rust toolchain.
|
||||
|
||||
|
|
Loading…
Reference in a new issue