chore: Update README with manual installation instructions for Ollama

This commit is contained in:
n4ze3m 2024-05-13 13:15:19 +05:30
parent b908e670db
commit 44dd95c494

View File

@ -30,6 +30,13 @@ Note: You can install the extension on any Chromium-based browser. It is not lim
### Manual Installation ### Manual Installation
#### Pre-requisites
- Node.js (v18 or higher)
- npm
- Ollama (Local AI Provider)
1. Clone the repository 1. Clone the repository
```bash ```bash
@ -43,13 +50,19 @@ cd page-assist
npm install npm install
``` ```
3. Build the extension 3. Build the extension (by default it will build for Chrome)
```bash ```bash
npm run build npm run build
``` ```
4. Load the extension or you can build for Firefox
```bash
npm run build:firefox
```
4. Load the extension (chrome)
- Open the Extension Management page by navigating to `chrome://extensions`. - Open the Extension Management page by navigating to `chrome://extensions`.
@ -57,6 +70,13 @@ npm run build
- Click the `Load unpacked` button and select the `build` directory. - Click the `Load unpacked` button and select the `build` directory.
5. Load the extension (firefox)
- Open the Add-ons page by navigating to `about:addons`.
- Click the `Extensions` tab.
- Click the `Manage Your Extensions` button.
- Click the `Load Temporary Add-on` button and select the `manifest.json` file from the `build` directory.
## Usage ## Usage
### Sidebar ### Sidebar