Skip to content

Commit

Permalink
manual install instructions didn’t work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Porco-Rosso committed Jul 27, 2024
1 parent 69d92d5 commit 7eabc6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ echo -n >/etc/update-motd.d/10-uname
echo -n > /etc/motd
```

Add to .bashrc so it displays at login
Add to the line below to .bashrc so it displays at login
```bash
LINE='/usr/local/bin/lipgloss-on-a-pig"'
FILE='~/.bashrc'
grep -qF -- "$LINE" "$FILE" || echo "$LINE" >> "$FILE"
nano ~/.bashrc

/usr/local/bin/lipgloss-on-a-pig
```

test it out
Expand Down

0 comments on commit 7eabc6e

Please sign in to comment.