We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7edde4 commit 26e29b8Copy full SHA for 26e29b8
docs/plugins/install.js docs/plugins/install-update-run.jsdocs/plugins/install.js renamed to docs/plugins/install-update-run.js
@@ -3,7 +3,7 @@ import path from 'path'
3
4
export default class Install {
5
async run () {
6
- this.manualFile = 'install.md'
+ this.manualFile = 'install-update-run.md'
7
this.prerequisites = JSON.parse(fs.readFileSync(path.resolve(this.config.srcDir, '../../package.json')).toString()).prerequisites
8
this.replace = {
9
commands: this.generateMd(),
0 commit comments