✨ Add tldr pages
This commit is contained in:
parent
3e942f9f3c
commit
c525a7dc9f
1 changed files with 9 additions and 0 deletions
9
misc/install.sh
Executable file
9
misc/install.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
# vim:set ft=bash:
|
||||||
|
|
||||||
|
cd "$(dirname "${BASH_SOURCE[0]}")" \
|
||||||
|
&& source "../node/node_utils.sh"
|
||||||
|
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
|
npm_install "tldr" "tldr pages"
|
Loading…
Reference in a new issue