Skip to content

Commit

Permalink
Updating readme to include instructions on how to setup torchlight (l…
Browse files Browse the repository at this point in the history
…aravel#210)

* Updating readme to include instructions on how to setup torchlight

* Update README.md

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
bkilshaw and taylorotwell authored Feb 10, 2022
1 parent 5c507d7 commit fc84c81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ If you want to work on this project on your local machine, you may follow the in
```bash
./bin/setup.sh
```

### Torchlight Integration

This project relies on Torchlight for syntax highlighting. You will need to create an account at [torchlight.dev](https://torchlight.dev/) and generate a free personal token for use in this project. Once generated, add your token to your .env file:

```ini
TORCHLIGHT_TOKEN=your-torchlight-token
```

### Syncing Upstream Changes Into Your Fork

Expand Down

0 comments on commit fc84c81

Please sign in to comment.