ソースを参照

Update ProseMirror install instructions

pull/383/head
Matt Baer 3年前
コミット
65caaca659
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      prose/README.md

+ 1
- 1
prose/README.md ファイルの表示

@@ -1,7 +1,7 @@
# Building # Building


* Run `npm install` to download dependencies. * Run `npm install` to download dependencies.
* Run `npm run build` to build a production script in `dist/` or run
* Run `npm run-script build` to build a production script in `../static/js/` or run
`npm run develop` to build and watch for changes. You can use `prose.html` `npm run develop` to build and watch for changes. You can use `prose.html`
to test your development changes. to test your development changes.
* Manually copy the file `prose.bundle.js` to `static/js/`. _To be automated_ * Manually copy the file `prose.bundle.js` to `static/js/`. _To be automated_

読み込み中…
キャンセル
保存