Skip to content

Commit c96b009

Browse files
committed
fix: update dotfiles hint text, fetch email on login, toast for copy
1 parent 7b86cfb commit c96b009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/routes/dashboard/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
<div class="form-group">
409409
<label class="form-label">Dotfiles Repository (Optional)</label>
410410
<input type="text" class="form-input" bind:value={formData.dotfiles_repo} placeholder="https://github.com/username/dotfiles" />
411-
<p class="form-hint">After installing packages, OpenBoot will clone this repo and run <code>make deploy</code>.</p>
411+
<p class="form-hint">After installing packages, OpenBoot will clone this repo and deploy configs via stow.</p>
412412
</div>
413413

414414
<div class="packages-section">

0 commit comments

Comments
 (0)