Skip to content

Commit

Permalink
chore: Update README.md (janhq#1263)
Browse files Browse the repository at this point in the history
Updated steps to prepare for contributing
  • Loading branch information
sr-albert authored Dec 31, 2023
1 parent 26e51fd commit 7eeb1c4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ Contributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) fi

### Instructions

1. **Clone the Repository:**
1. **Clone the repository and prepare:**

```bash
git clone https://github.com/janhq/jan
git checkout DESIRED_BRANCH
cd jan
git checkout -b DESIRED_BRANCH
```

2. **Run development and Using Jan Desktop**
2. **Run development and use Jan Desktop**

```
make dev
Expand All @@ -165,10 +165,7 @@ Contributions are welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) fi
### For production build

```bash
# Do step 1 and 2 in previous section
git clone https://github.com/janhq/jan
cd jan

# Do steps 1 and 2 in the previous section
# Build the app
make build
```
Expand Down Expand Up @@ -203,7 +200,7 @@ Jan builds on top of other open-source projects:

## Contact

- Bugs & requests: file a Github ticket
- Bugs & requests: file a GitHub ticket
- For discussion: join our Discord [here](https://discord.gg/FTk2MvZwJH)
- For business inquiries: email [email protected]
- For jobs: please email [email protected]
Expand Down

0 comments on commit 7eeb1c4

Please sign in to comment.