Merge pull request #3036 from nardusg/nardusg_add_fedora_install_docs

Adding Fedora dependencies block in getting_started document
This commit is contained in:
Henrik Lissner 2020-05-04 16:50:12 -04:00 committed by GitHub
commit b56caddcac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ us know!
- [[#on-linux][On Linux]] - [[#on-linux][On Linux]]
- [[#arch-linux][Arch Linux:]] - [[#arch-linux][Arch Linux:]]
- [[#ubuntu][Ubuntu:]] - [[#ubuntu][Ubuntu:]]
- [[#fedora][Fedora:]]
- [[#nixos][NixOS]] - [[#nixos][NixOS]]
- [[#on-macos][On macOS]] - [[#on-macos][On macOS]]
- [[#with-homebrew][With Homebrew]] - [[#with-homebrew][With Homebrew]]
@ -143,6 +144,14 @@ apt-get update
apt-get install emacs26 apt-get install emacs26
#+END_SRC #+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 **** NixOS
On NixOS Emacs 26.3 can be installed via ~nix-env -Ai nixos.emacs~, or 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~: permanently with the following added to ~etc/nixos/configuration.nix~: