add deprecation note to pear dev

This commit is contained in:
Vivek Singh
2024-08-27 15:11:54 +05:30
parent 01cf095103
commit 4ae59c9621

View File

@@ -26,6 +26,8 @@ Template can also be initialized from a pear:// link, the template should contai
Run a project in development mode from disk.
> `pear dev` has been deprecated, use `pear run --dev` instead.
Alias for: `pear run --dev <dir>`
```