Skip to content

Commit

Permalink
Merge pull request #37 from your-papa/chore/improve-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nicobrauchtgit authored Mar 1, 2024
2 parents bf7189b + d065895 commit acccb06
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
</div>

# Smart Second Brain
TBD
> [!Note]
> Still in Open Beta. MVP will be released mid-March.
## Features
TBD
Expand All @@ -25,7 +26,7 @@ The Smart Second Brain provides two modes. When the Incognito mode is enabled it
2. Go to your Terminal and execute the following Command:

```zsh
$ launchctl setenv OLLAMA_ORIGINS "*"
launchctl setenv OLLAMA_ORIGINS "*"
```

3. Quit the Ollama service (in your Menu Bar click on the Ollama Icon and click Quit)
Expand All @@ -36,21 +37,21 @@ $ launchctl setenv OLLAMA_ORIGINS "*"
- with [Homebrew](https://brew.sh/):

```zsh
$ brew install Ollama
brew install Ollama
```

- with curl:

```zsh
$ curl -fsSL https://ollama.ai/install.sh | sh
curl -fsSL https://ollama.ai/install.sh | sh
```

- or [manually](https://github.com/ollama/ollama/blob/main/docs/linux.md) with binaries.

2. Start the Ollama service with the Origins flag:

```zsh
$ OLLAMA_ORIGINS="*" ollama serve
OLLAMA_ORIGINS="*" ollama serve
```

### Linux
Expand All @@ -59,7 +60,7 @@ $ OLLAMA_ORIGINS="*" ollama serve

- with curl:
```zsh
$ curl -fsSL https://ollama.ai/install.sh | sh
curl -fsSL https://ollama.ai/install.sh | sh
```

- or [manually](https://github.com/ollama/ollama/blob/main/docs/linux.md) with binaries.
Expand All @@ -70,8 +71,12 @@ $ OLLAMA_ORIGINS="*" ollama serve

### Windows

> [!Note]
> Coming soon! For now, you can install Ollama on Windows via WSL2.
1. Install [Ollama](https://ollama.com/download)
2. Quit running Ollama instance
3. Start PowerShell and run the following command to set the origins
```powershell
$env:OLLAMA_ORIGINS="*"; ollama serve
```

## OpenAI

Expand Down

0 comments on commit acccb06

Please sign in to comment.