From dda78d4764d66adb3fcbbfcf0549847f77e2ea79 Mon Sep 17 00:00:00 2001 From: Afonso Ribeiro Date: Thu, 8 Feb 2024 11:27:29 +0000 Subject: [PATCH] chore(docs) : Updated Ubuntu installation docs (#43) * chore: updated Ubuntu installation docs * docs: re-added NixOS prerequisits --------- Co-authored-by: francis2tm --- .../documentation/getting-started/page.mdx | 35 +++---------------- 1 file changed, 5 insertions(+), 30 deletions(-) diff --git a/docs/src/app/documentation/getting-started/page.mdx b/docs/src/app/documentation/getting-started/page.mdx index 9ba3284..03367ab 100644 --- a/docs/src/app/documentation/getting-started/page.mdx +++ b/docs/src/app/documentation/getting-started/page.mdx @@ -45,39 +45,14 @@ sudo apt install libwebkit2gtk-4.0-dev \ libssl-dev \ libgtk-3-dev \ libayatana-appindicator3-dev \ - librsvg2-dev -``` - -```bash {{ title: 'Fedora' }} -sudo dnf check-update -sudo dnf install webkit2gtk4.0-devel \ - openssl-devel \ - curl \ - wget \ - file \ - libappindicator-gtk3-devel \ - librsvg2-devel -sudo dnf group install "C Development Tools and Libraries" -``` - -```bash {{ title: 'Arch' }} -sudo pacman -Syu -sudo pacman -S --needed \ - webkit2gtk \ - base-devel \ - curl \ - wget \ - file \ - openssl \ - appmenu-gtk-module \ - gtk3 \ - libappindicator-gtk3 \ - librsvg \ - libvips + librsvg2-dev \ + cmake \ + llvm \ + clang ``` ```bash {{ title: 'NixOS' }} -# flake.nix +# with flake.nix nix develop ```