Skip to content

Commit

Permalink
cleanup(docs): fix cloneing wording
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Aug 19, 2024
1 parent c7fdf94 commit d446a75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,9 @@ npm i aplos@next

### Development

If you want to contribute to Aplós, you can clone the repository and install the dependencies with the following commands:
If you want to contribute to Aplós, make sure to fork the repository and cloned it with `git clone` or `gh repo clone`.

```bash
git clone https://github.com/aplosdev/aplos.git
```

Before you start developing, make sure to install the dependencies:
After cloning the repository, you can install the dependencies with the following command:

```bash
pnpm install
Expand Down
8 changes: 2 additions & 6 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ The project is still in its early stages, so these guidelines aren't that strict

## Contributing to the Main Repository (`aplosdev/aplos`)

If you want to contribute to Aplós, you can clone the repository with the following command:
If you want to contribute to Aplós, make sure to fork the repository and cloned it with `git clone` or `gh repo clone`.

```bash
git clone https://github.com/aplosdev/aplos.git
```

Before you start developing, make sure to install the dependencies:
After cloning the repository, you can install the dependencies with the following command:

```bash
pnpm install
Expand Down

0 comments on commit d446a75

Please sign in to comment.