mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-26 22:36:01 +03:00
Removed ('update the db') comment from Mage download instructions
This commit is contained in:
parent
62fddbcefc
commit
080a1fdbf9
@ -530,7 +530,7 @@ export default function RunTheAppModal({ disabled, onDownloadZip }) {
|
||||
<pre className="mt-2 bg-slate-800 p-4 rounded-lg text-sm text-slate-200">
|
||||
cd {"<your-app-name>"}
|
||||
<br />
|
||||
wasp db migrate-dev <span className="text-slate-400"># init the db</span>
|
||||
wasp db migrate-dev
|
||||
<br />
|
||||
wasp start
|
||||
</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user