Skip to content

Commit

Permalink
Merge pull request #2 from flox/update-for-public-repo
Browse files Browse the repository at this point in the history
Update instructions for anonymous use
  • Loading branch information
bryanhonof authored Jul 3, 2024
2 parents 5a4bee6 + d11c6b1 commit 483638f
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 @@ -5,13 +5,13 @@ The Flox Direnv intigation can be installed in the following ways.
By using Direnv's `source_url`:

```sh
source_url "https://$(gh auth token)@raw.githubusercontent.com/flox/flox-direnv/v1.0.0/direnv.rc" 'sha256-kVnfzXozKxk7+MgZ2U9qU7Ob+s4PBFqPTGVZmQerJow='
source_url "https://raw.githubusercontent.com/flox/flox-direnv/v1.0.0/direnv.rc" 'sha256-kVnfzXozKxk7+MgZ2U9qU7Ob+s4PBFqPTGVZmQerJow='
```

By copying the `direnv.rc` file into the `~/.config/direnv/lib/` directory

```console
$ curl -o "${HOME}/.config/direnv/lib/flox-direnv.sh" "https://$(gh auth token)@raw.githubusercontent.com/flox/flox-direnv/v1.0.0/direnv.rc"
$ curl -o "${HOME}/.config/direnv/lib/flox-direnv.sh" "https://raw.githubusercontent.com/flox/flox-direnv/v1.0.0/direnv.rc"
```

## Usage
Expand Down

0 comments on commit 483638f

Please sign in to comment.