Add instructions for and ignore files related to using bundle
parent
06969b3afc
commit
f8d33b6c4c
@ -1,2 +1,4 @@
|
||||
/vendor
|
||||
_site/
|
||||
/.bundle
|
||||
/vendor
|
||||
|
@ -1,2 +1,10 @@
|
||||
gergelypolonkai.github.io
|
||||
=========================
|
||||
# gergely.polonkai.eu
|
||||
|
||||
## Initial start
|
||||
|
||||
```
|
||||
git clone $REPO
|
||||
cd $REPO
|
||||
bundle install --path vendor/bundle
|
||||
bundle exec jekyll server
|
||||
```
|
||||
|
Loading…
Reference in New Issue