Skip to content
Snippets Groups Projects
Verified Commit bce4e11b authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

Add shebang to index.js

parent 980aceb6
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ Tento software pro psaní článků NENÍ nutné instalovat.
curl --silent --location https://rpm.nodesource.com/setup_4.x | sudo bash -
sudo dnf -y install nodejs git
./configure.sh
node index.js
./index.js
# Jak to zprovoznit na windows
......
#!/usr/bin/env node
var sitegin = require('./sitegin/sitegin');
var input = new sitegin.input.Hugo(process.cwd()+'/content/');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment