Skip to content

Commit

Permalink
add download disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
dylemma authored Mar 30, 2021
1 parent 706ed06 commit fbedf2e
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 @@ -23,6 +23,10 @@ val numThings: Option[Int] = info.get(NumThings) // None

# Install

> **NOTE** Apparently github packages require you to set up a personal access token in order to download them, even if they are public.
> That's pretty annoying and kinda defeats the purpose of making this public.
> At the time of writing, I'm not sure of a convenient way around this aside from giving up on github packages and just putting this on maven central instead (more work).
In SBT:

```scala
Expand Down

0 comments on commit fbedf2e

Please sign in to comment.