We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35ed10 commit 64cc0a0Copy full SHA for 64cc0a0
scripts/ldoc.sh
@@ -3,5 +3,5 @@ set -e
3
cd "$(dirname "$(dirname "$(readlink -f "$0")")")"
4
5
. ./lua51/bin/activate &&
6
- luarocks install ldoc lua-discount &&
+ luarocks install ldoc &&
7
ldoc .
shell.nix
@@ -8,7 +8,6 @@ mkShell {
8
p: with p; [
9
luaprompt
10
ldoc
11
- discount
12
]
13
))
14
];
0 commit comments