Skip to content

Commit

Permalink
fix: #117 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
anpigon authored May 3, 2024
1 parent 594d660 commit 63e4d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Onboarding/OllamaDaemon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
</div>
</li>
<li>{$t('onboarding.ollama.deamon.start')}</li>
<div class="w-max max-w-full text-xs *:flex *:rounded *:pr-1" use:renderMarkdown={(this, '```bash\OLLAMA_ORIGINS="app://obsidian.md*" ollama serve\n```')} />
<div class="w-max max-w-full text-xs *:flex *:rounded *:pr-1" use:renderMarkdown={(this, '```bash\nOLLAMA_ORIGINS="app://obsidian.md*" ollama serve\n```')} />
<OllamaSetup {scrollToBottom} />
</ol>

0 comments on commit 63e4d8d

Please sign in to comment.