File tree 2 files changed +24
-1
lines changed 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,26 @@ module.exports = generators.Base.extend({
126
126
projectName : this . props . projectName ,
127
127
projectDescription : this . props . projectDescription ,
128
128
projectURL : this . props . projectURL ,
129
- authorName : this . props . authorName
129
+ authorName : this . props . authorName ,
130
+ content : `
131
+ #### Settings
132
+ In your \`_config.yml\` and \`humans.txt\` you should add your Github and Twitter
133
+ profile if you want to.
134
+
135
+ ## Install
136
+ If you have cloned this repo or want to reinstall, make sure there's no
137
+ \`node_modules\` or \`Gemfile.lock\` folder/file and then run \`npm install\` and
138
+ \`bundle install\`.
139
+
140
+ #### Update
141
+ To update: \`npm update generator-jekyllized -g\`, then run \`yo jekyllized:gulp
142
+ [--rsync|amazon|pages]\` in this directory. Note that this will overwrite any
143
+ local changes, so back it up.
144
+
145
+ ## Github
146
+ For more information on how to use your new project, please refer to the [README
147
+ on Github](https://github.com/sondr3/generator-jekyllized).
148
+ `
130
149
}
131
150
} , {
132
151
local : require . resolve ( 'generator-statisk/generators/readme' )
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ test('README is correct', () => {
28
28
[
29
29
'# README' ,
30
30
'> This is a great README' ,
31
+ '#### Settings' ,
32
+ '## Install' ,
33
+ '#### Update' ,
34
+ 'https://github.com/sondr3/generator-jekyllized' ,
31
35
'[Ola Nordmann](http://hello-world.com)'
32
36
] . forEach ( field => {
33
37
assert . fileContent ( 'README.md' , field ) ;
You can’t perform that action at this time.
0 commit comments