docs: shorten npx commands (#4652)

This commit is contained in:
Shahed Nasser
2023-08-01 10:50:19 +03:00
committed by GitHub
parent 26a606a1bb
commit 2e42141822
60 changed files with 69 additions and 69 deletions

View File

@@ -178,7 +178,7 @@ Make sure to define `S3_CUSTOM_AGENT` in your environment variables first.
Run your Medusa backend with the following command:
```bash npm2yarn
npx @medusajs/medusa-cli develop
npx medusa develop
```
Then, you can either test the plugin using the [REST APIs](/api/store) or using the [Medusa Admin](../../admin/quickstart.mdx).

View File

@@ -137,7 +137,7 @@ If you have multiple storage plugins configured, the last plugin declared in the
Run your Medusa backend with the following command:
```bash npm2yarn
npx @medusajs/medusa-cli develop
npx medusa develop
```
Then, you can either test the plugin using the [REST APIs](/api/store) or using the [Medusa Admin](../../admin/quickstart.mdx).