Update README with new package name and repository URL
- Changed package name from shopkeeper/vendornotes to shopkeeper/module-vendor-notes - Updated repository URL to code.shopkeeper.dev 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -149,24 +149,24 @@ Add this to your Magento project's `composer.json` repositories section:
|
|||||||
Then require the package:
|
Then require the package:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer require shopkeeper/vendornotes:1.1.0
|
composer require shopkeeper/module-vendor-notes:1.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
2) VCS repository
|
2) VCS repository
|
||||||
|
|
||||||
If this module is hosted in a Git repository (GitHub/GitLab/etc.), add a VCS entry to your project's `composer.json`:
|
If this module is hosted in a Git repository, add a VCS entry to your project's `composer.json`:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "git@github.com:shopkeeperdev/VendorNotes.git"
|
"url": "https://code.shopkeeper.dev/McQueen/module-vendor-notes.git"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Then require it the same way:
|
Then require it the same way:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer require shopkeeper/vendornotes:dev-main
|
composer require shopkeeper/module-vendor-notes:dev-main
|
||||||
```
|
```
|
||||||
|
|
||||||
After installing, run these Magento commands from your project root:
|
After installing, run these Magento commands from your project root:
|
||||||
|
|||||||
Reference in New Issue
Block a user