Skip to content

Commit

Permalink
update readme to refer to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed Apr 24, 2024
1 parent cbb011c commit 329715e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ or your target capture file is just not there, you can selfhost the server part

## Setup
- clone the repository and cd into the checkout directory
- install `grasp_backend` package: `pip3 install --user git+https://github.com/karlicoss/grasp.git`
- install `grasp_backend` package: `pip3 install --user grasp-backend`
- install systemd/launchd service to autorun grasp

`python3 -m grasp_backend setup --path /path/to/your/capture.org [--port <custom port>] [--template <custom org-capture template>]`
Expand Down

0 comments on commit 329715e

Please sign in to comment.