Skip to content

Commit d93852d

Browse files
committed
add luajit as system dependency
1 parent b41c7d8 commit d93852d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

MIGRATION-v8.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ When neorg v9 is out, there will be a better treesitter parser (v3) and a mobile
5656

5757
Install the system dependencies based on your distribution.
5858

59-
- `sudo dnf install compat-lua-devel-5.1.5`: [comment](https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017167912)
60-
- `sudo pacman -Syu luajit` or `lua51`: [comment](https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017814358)
61-
- `sudo apt install liblua5.1-0-dev`: [comment](https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017728318)
62-
- `brew install luarocks`: **not tested** [comment](https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2020157539)
59+
- `sudo dnf install luajit compat-lua-devel-5.1.5`: [comment](https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017167912)
60+
- `sudo pacman -Syu luajit lua51`: [comment](https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017814358)
61+
- `sudo apt install luajit liblua5.1-0-dev`: [comment](https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017728318)
62+
- `brew install luajit luarocks`: [comment](https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2020157539)
6363
- NixOS: see [NixOS](#nixos).
6464
- Termux: unavailable. See [Termux Users](#termux-users).
6565

MIGRATION-v8.norg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Tips and tricks for how to merge to neorg v8.
44
authors: takuto
55
categories:
66
created: 2024-03-26T19:27:15+0900
7-
updated: 2024-03-28T06:25:40+0900
7+
updated: 2024-03-31T01:02:07+0900
88
version: 1.1.1
99
@end
1010

@@ -77,10 +77,10 @@ version: 1.1.1
7777

7878
Install the system dependencies based on your distribution.
7979

80-
- `sudo dnf install compat-lua-devel-5.1.5`: {https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017167912}[comment]
81-
- `sudo pacman -Syu luajit` or `lua51`: {https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017814358}[comment]
82-
- `sudo apt install liblua5.1-0-dev`: {https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017728318}[comment]
83-
- `brew install luarocks`: *not tested* {https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2020157539}[comment]
80+
- `sudo dnf install luajit compat-lua-devel-5.1.5`: {https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017167912}[comment]
81+
- `sudo pacman -Syu luajit lua51`: {https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017814358}[comment]
82+
- `sudo apt install luajit liblua5.1-0-dev`: {https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2017728318}[comment]
83+
- `brew install luajit luarocks`: {https://github.com/nvim-neorg/neorg/issues/1342#issuecomment-2020157539}[comment]
8484
- NixOS: see {# NixOS}.
8585
- Termux: unavailable. See {# Termux Users}.
8686

0 commit comments

Comments
 (0)