Skip to content

Commit

Permalink
chore: update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender committed Aug 18, 2023
1 parent 6eeff4a commit f21074e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ pex:
poetry export --without-hashes > ${REQUIREMENTS}
poetry run pex -r ${REQUIREMENTS} -e authum.cli:main -o dist/athm .

install:
cp dist/athm /usr/local/bin

release:
$(eval VERSION=`poetry version -s`)
git tag -a v${VERSION} -m "Release version ${VERSION}"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ SAML/OIDC identity and service providers. Authum is the successor to
## Installation

1. Install [Poetry](https://python-poetry.org)
- `brew install poetry`
1. Clone this repository
1. `cd /path/to/repository`
1. `poetry install`
1. `make pex`
1. `make install`
1. Copy `dist/athm` to a location in $PATH
- Homebrewers `cp dist/athm $(eval brew --prefix)/bin`
1. `rehash` to update binaries in `$PATH`

### Graphical Prompts
Expand Down

0 comments on commit f21074e

Please sign in to comment.