Skip to content

Commit 26e29b8

Browse files
authored
Update and rename install.js to install-update-run.js
1 parent c7edde4 commit 26e29b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'path'
33

44
export default class Install {
55
async run () {
6-
this.manualFile = 'install.md'
6+
this.manualFile = 'install-update-run.md'
77
this.prerequisites = JSON.parse(fs.readFileSync(path.resolve(this.config.srcDir, '../../package.json')).toString()).prerequisites
88
this.replace = {
99
commands: this.generateMd(),

0 commit comments

Comments
 (0)