From e8040c29b0f1448a5705a4d48a1bf050d52a1e79 Mon Sep 17 00:00:00 2001 From: Nardus Geldenhuys Date: Mon, 4 May 2020 21:24:12 +0200 Subject: [PATCH] Adding Fedora dependencies in getting_started doc --- docs/getting_started.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/getting_started.org b/docs/getting_started.org index 62dd8226f..389f551ed 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -17,6 +17,7 @@ us know! - [[#on-linux][On Linux]] - [[#arch-linux][Arch Linux:]] - [[#ubuntu][Ubuntu:]] + - [[#fedora][Fedora:]] - [[#nixos][NixOS]] - [[#on-macos][On macOS]] - [[#with-homebrew][With Homebrew]] @@ -143,6 +144,14 @@ apt-get update apt-get install emacs26 #+END_SRC +**** Fedora: +#+BEGIN_SRC bash +# required dependencies +sudo dnf install emacs git ripgrep +# optional dependencies +sudo dnf install tar fd-find clang multimarkdown ShellCheck +#+END_SRC + **** NixOS On NixOS Emacs 26.3 can be installed via ~nix-env -Ai nixos.emacs~, or permanently with the following added to ~etc/nixos/configuration.nix~: