mirror of
https://github.com/xodivorce/npx-xodivorce.git
synced 2025-12-20 00:19:33 +05:30
(docs): fix typo in README
This commit is contained in:
14
README.md
14
README.md
@@ -27,9 +27,9 @@
|
|||||||
1. **Clone the repository**
|
1. **Clone the repository**
|
||||||
- Clone the repository to your local machine:
|
- Clone the repository to your local machine:
|
||||||
```bash
|
```bash
|
||||||
# Clone using SSH.
|
# Clone using SSH
|
||||||
git clone git@github.com:xodivorce/npm-xodivorce-preview.git
|
git clone git@github.com:xodivorce/npm-xodivorce-preview.git
|
||||||
# Or using HTTPS.
|
# Or using HTTPS
|
||||||
git clone https://github.com/xodivorce/npm-xodivorce.git
|
git clone https://github.com/xodivorce/npm-xodivorce.git
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -47,18 +47,18 @@
|
|||||||
|
|
||||||
**Locally:**
|
**Locally:**
|
||||||
```bash
|
```bash
|
||||||
# Link the package for local development.
|
# Link the package for local development
|
||||||
npm link
|
npm link
|
||||||
# Run the CLI tool.
|
# Run the CLI tool
|
||||||
xodivorce
|
xodivorce
|
||||||
# For quick testing, use the command `node index.mjs`
|
# For quick testing, use the command `node index.mjs`
|
||||||
```
|
```
|
||||||
|
|
||||||
**Production (Public):**
|
**Production (Public):**
|
||||||
```bash
|
```bash
|
||||||
# Log in to your npm account.
|
# Log in to your npm account
|
||||||
npm login
|
npm login
|
||||||
# Publish the package to npm.
|
# Publish the package to npm
|
||||||
npm publish --access public
|
npm publish --access public
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user