Skip to content

Commit 18e5dd7

Browse files
eucliosuan
authored andcommitted
fix shebang for windows installation
1 parent 1b6fd3b commit 18e5dd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

instant-markdown-d

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/bin/sh
2-
':' //; exec "`command -v nodejs || command -v node`" "$0"
1+
#!/usr/bin/env node
32

43
var MarkdownIt = require('markdown-it');
54
var hljs = require('highlight.js');

0 commit comments

Comments
 (0)