Skip to content

Commit

Permalink
chore: Update README.md with package manager information
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 27, 2024
1 parent 0a57894 commit c3747cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ nvm use --lts

<details><summary><h4>Yarn</h4></summary>

Yarn is the package manager used for dependency management of the Electron app and NextJS frontend.

```bash
npm install --global yarn
```
Expand Down Expand Up @@ -105,6 +107,8 @@ brew install pipx

<details><summary><h4>Poetry</h4></summary>

Poetry is used on the backend to install and manage dependencies, and create a virtual environment for the backend API.

```bash
pipx install poetry
```
Expand Down

0 comments on commit c3747cb

Please sign in to comment.