diff options
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash echo " I think that install and configure should be deprecated." -echo " use sudo make prepare and make install instead and fix any of yours git-pre-add hooks or whatever." +echo " use sudo make prepare and make generate instead and fix any of yours git-pre-add hooks or whatever." echo " --sijanec" ./bin/compose-html assets/pages-src/ dist/pages/ .html cp -r assets/css dist/ |