From e387f93d75629d1b85c8c694832de0eb7c18974c Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 17 Aug 2024 17:00:39 +0200 Subject: fix: add contents and fix broken links --- src/content/docs/appendix/setup-dev-env.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/content/docs/appendix/setup-dev-env.md') diff --git a/src/content/docs/appendix/setup-dev-env.md b/src/content/docs/appendix/setup-dev-env.md index 9e7e080..0e2f01d 100644 --- a/src/content/docs/appendix/setup-dev-env.md +++ b/src/content/docs/appendix/setup-dev-env.md @@ -59,15 +59,6 @@ cd GpgFrontend This step ensures that line endings are consistent across different operating systems. -- **For Windows:** - -```bash -git config --global core.autocrlf false -git config --global core.eol lf -``` - -- **For macOS:** - ```bash git config --global core.autocrlf false git config --global core.eol lf @@ -82,7 +73,7 @@ sudo apt-get update sudo apt-get install -y build-essential cmake ninja-build libarchive-dev libssl-dev libgpgme-dev ``` -- **On macOS (11 and 12):** +- **On macOS 12 or later:** ```bash brew install cmake openssl@3 ninja libarchive gpgme -- cgit v1.2.3