Skip to content

Commit

Permalink
Update README.md with yarn instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sramanan authored May 13, 2024
1 parent f4e82e1 commit a6f7e48
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,25 @@ Follow these steps to set up OpenGlass:
cd openglass
npm install
```
You can also use **yarn** to install, by doing
```
yarn install
```

2. Add API keys for Groq and OpenAI in the `keys.ts` file located at [https://github.com/BasedHardware/OpenGlass/blob/main/sources/keys.ts](https://github.com/BasedHardware/OpenGlass/blob/main/sources/keys.ts).
3. Add API keys for Groq and OpenAI in the `keys.ts` file located at [https://github.com/BasedHardware/OpenGlass/blob/main/sources/keys.ts](https://github.com/BasedHardware/OpenGlass/blob/main/sources/keys.ts).

3. For Ollama, self-host the REST API from the repository at [https://github.com/ollama/ollama](https://github.com/ollama/ollama) and add the URL to the `keys.ts` file.
4. For Ollama, self-host the REST API from the repository at [https://github.com/ollama/ollama](https://github.com/ollama/ollama) and add the URL to the `keys.ts` file.

4. Start the application:
5. Start the application:
```
npm start
```

If using **yarn** start the application with
```
yarn start
```

Note: This is an Expo project. For now, open the localhost link to access the web version.

## License
Expand Down

0 comments on commit a6f7e48

Please sign in to comment.