Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssefbaghr committed Aug 31, 2024
2 parents d53a8c2 + 9b144bd commit dd3743b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,19 @@ This command initializes a new project named "my-awesome-project" using Clixor's

### Steps


To install Clixor globally, run:
```bash
npm install -g clixor
```

Now you can use Clixor from anywhere in your terminal:
```bash
clixor init my-new-project
```

By following these steps, users will be able to install and use Clixor globally via npm, which will pull the package from your GitHub repository. The CI/CD pipeline will ensure that new versions are automatically published to npm when you push changes or create new releases on GitHub.

1. **Clone the repository:**

```bash
Expand Down

0 comments on commit dd3743b

Please sign in to comment.