Skip to content

Commit 04fc70a

Browse files
committed
Minor adjustments to README, .gitignore
1 parent 28274dc commit 04fc70a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ local/
88
# Ignore the Gemfile that is generated
99
Gemfile.lock
1010

11-
# Ingore files created by npm
11+
# Ignore files created by npm
1212
node_modules
13-
package-lock.json
13+
package-lock.json
14+
15+
# Ignore the vendor file and bundle for alternative installation
16+
vendor/
17+
.bundle/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When you are initially working on your website, it is very useful to be able to
4747
```bash
4848
bundle config set --local path 'vendor/bundle'
4949
```
50-
then try run `bundle install` again. If succeeded, you should see a folder called `vendor` and open `.gitignore` then add `vendor` inside it.
50+
then try run `bundle install` again. If succeeded, you should see a folder called `vendor` and `.bundle`.
5151
5252
1. Run `jekyll serve -l -H localhost` to generate the HTML and serve it from `localhost:4000` the local server will automatically rebuild and refresh the pages on change.
5353
You may also try `bundle exec jekyll serve -l -H localhost` to ensure jekyll to use specific dependencies on your own local machine.

0 commit comments

Comments
 (0)