From 68d2afddc0b5ec715328f3ceca260ca860dfffc6 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sat, 29 Aug 2026 03:48:41 +0000 Subject: [PATCH] redaction fixes --- docs/Caveats.md | 2 +- docs/README.md | 2 +- docs/policies/AI.md | 2 +- docs/user/Basics.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Caveats.md b/docs/Caveats.md index adc721d593..b86edf4d75 100644 --- a/docs/Caveats.md +++ b/docs/Caveats.md @@ -82,7 +82,7 @@ cmake --install build It may be tempting to specify `-t glslang`, but this will cause installation to fail. So don't. -Using `--parallel` on CMake incorrectly passes `dmake ... -jn` instead of `dmake ... -j n`, this is a bug with OmniOS's CMake, and as such it's recommended to not use this option until it's fixed. +Using `--parallel` on CMake incorrectly passes `dmake ... -jn` instead of `dmake ... -j n`, this is a bug with OmniOS's CMake, it's recommended to not use this option until it's fixed. You may also need to install `gmake` in order to properly build FFmpeg, this is provided by the `build-essential` package. diff --git a/docs/README.md b/docs/README.md index 30bb764ec8..f36b086291 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ Are you just a casual user? Take a look at our [User Handbook](./user) then! If you want to register/signup as a contributor, take a gander at the [signup guide](https://git.eden-emu.dev/crueter/signup/src/branch/main/README.md). -This contains documentation created by developers. This contains build instructions, guidelines, instructions/layouts for [cool stuff we made](./CPMUtil), and more. +This contains documentation created by developers, build instructions, guidelines, instructions/layouts for [cool stuff we made](./CPMUtil), and more. - **[General Build Instructions](./Build.md)** - **[CMake Options](./Options.md)** diff --git a/docs/policies/AI.md b/docs/policies/AI.md index d921f47054..554a805331 100644 --- a/docs/policies/AI.md +++ b/docs/policies/AI.md @@ -24,7 +24,7 @@ All code, AI or not, is held under a **strict standard of excellence**. AI/LLM-g ## Licensing concerns -This is an area of ongoing litigation, and as such is still very iffy. For the time being, know that allowing AI to ingest the codebase may end up with its copyleft code regurgitated into incompatibly-licensed proprietary or permissive software. For you, this means to **not** feed code into LLMs. +This is an area of ongoing litigation, and as such, is still very iffy. For the time being, know that allowing AI to ingest the codebase may end up with its copyleft code regurgitated into incompatibly-licensed proprietary or permissive software. For you, this means to **not** feed code into LLMs. AI models may have also ingested AGPLv3 code, which is license-incompatible with our codebase. diff --git a/docs/user/Basics.md b/docs/user/Basics.md index 22c453a792..2b7a99c8d0 100644 --- a/docs/user/Basics.md +++ b/docs/user/Basics.md @@ -2,13 +2,13 @@ ## Introduction -Eden is a very complicated piece of software, and as such there are many knobs and toggles that can be configured. Most of these are invisible to normal users, however power users may be able to leverage them to their advantage. +Eden is a very complicated piece of software, there are many knobs and toggles that can be configured. Most of these are invisible to normal users, however, power users may be able to leverage them to their advantage. This handbook primarily describes such knobs and toggles. Normal configuration options are described within the emulator itself and will not be covered in detail. ## Requirements -The emulator is very demanding on hardware, and as such requires a decent mid-range computer/cellphone. +The emulator is very demanding on hardware and requires a decent mid-range computer/cellphone. See [the requirements page](https://archive.is/sv83h) for recommended and minimum specs.