[:lang racket] Mention Arch packages
This commit is contained in:
parent
116fb4fc64
commit
b66a0520b4
1 changed files with 13 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
- [[#module-flags][Module Flags]]
|
- [[#module-flags][Module Flags]]
|
||||||
- [[#plugins][Plugins]]
|
- [[#plugins][Plugins]]
|
||||||
- [[#prerequisites][Prerequisites]]
|
- [[#prerequisites][Prerequisites]]
|
||||||
|
- [[#arch-linux][Arch Linux]]
|
||||||
- [[#features][Features]]
|
- [[#features][Features]]
|
||||||
- [[#configuration][Configuration]]
|
- [[#configuration][Configuration]]
|
||||||
- [[#racket-smart-open-bracket-mode][racket-smart-open-bracket-mode]]
|
- [[#racket-smart-open-bracket-mode][racket-smart-open-bracket-mode]]
|
||||||
|
@ -31,6 +32,18 @@ This module has no dedicated maintainers.
|
||||||
This module only requires ~racket~. Install it directly from the [[https://download.racket-lang.org/][racket website]],
|
This module only requires ~racket~. Install it directly from the [[https://download.racket-lang.org/][racket website]],
|
||||||
or check your package manger.
|
or check your package manger.
|
||||||
|
|
||||||
|
** Arch Linux
|
||||||
|
|
||||||
|
#+begin_src bash
|
||||||
|
pacman -S racket
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
Or, for fewer dependencies:
|
||||||
|
|
||||||
|
#+begin_src bash
|
||||||
|
pacman -S racket-minimal
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* TODO Features
|
* TODO Features
|
||||||
|
|
||||||
* Configuration
|
* Configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue