Skip to content

Commit

Permalink
Add instructions for running inside a script (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfwright authored May 17, 2023
1 parent 20d1318 commit 678a376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ File.read!(path)

If you want to use Briefly in a Mix project, you can add the above dependency to your list of dependencies in `mix.exs`.

To use Briefly outside of the context of an application's dependency tree (e.g. in an .exs file), first run `Briefly.start`.

Briefly can also create a temporary directory:


Expand Down

0 comments on commit 678a376

Please sign in to comment.