istruzioni pug
This commit is contained in:
parent
75066049e7
commit
f520b30dfb
1 changed files with 12 additions and 5 deletions
13
README.md
13
README.md
|
@ -8,13 +8,20 @@ Project:
|
|||
Example on xubuntu:
|
||||
|
||||
sudo apt-get install nodejs
|
||||
|
||||
sudo apt-get install npm
|
||||
|
||||
sudo ln -s /usr/bin/nodejs /usr/bin/node
|
||||
node -v
|
||||
|
||||
sudo apt-get install git
|
||||
|
||||
git clone http://git.lattuga.net/hacklabbo/2017lunario.git 2017lunario
|
||||
|
||||
cd 2017lunario
|
||||
git remote add origin http://git.lattuga.net/hacklabbo/2017lunario.git
|
||||
git remote -v
|
||||
|
||||
npm install
|
||||
|
||||
pug index.pug
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue