Skip to content

Commit

Permalink
Merge pull request #70 from patrickab/api-documentation
Browse files Browse the repository at this point in the history
Minor Bugfixes
  • Loading branch information
timokau authored Mar 19, 2024
2 parents 9cafe10 + 5de0fee commit 4060d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ Seperating the Query Client from the Server allows for more flexibility. For ins

### Clone the repository & install poetry (package manager)
1. Clone the repository: `git clone https://github.com/timokau/prefq.git`
2. Install poetry: `bash curl -sSL https://install.python-poetry.org | python3 - `
2. Install poetry: `curl -sSL https://install.python-poetry.org | python3 - `
3. Add poetry to PATH and make sure this persists across reboots.
```bash
export PATH="$HOME/.local/bin:$PATH"
echo 'export PATH="$HOME/bin:$PATH"' > ~/.bashrc
echo 'export PATH="$HOME/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
```

Expand Down

0 comments on commit 4060d00

Please sign in to comment.