Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: remove stray markup in readme #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Anywhere you see <code>/Users/*username*/</code>, you can use a <code>~/</code>

If you haven't already used it for the first step, find your shell (e.g. you may be using [zshrc]() or bash) and add
```
python3 /Users/username/friendly_terminal/randline.py /Users/username/friendly_terminal/quotes_for_terminal.txt [your name]</code>
python3 /Users/username/friendly_terminal/randline.py /Users/username/friendly_terminal/quotes_for_terminal.txt [your name]
```
Substitute the name you would like to be greeted by for <code>[your name]</code>!
Your terminal will return one greeting each time you run this command, so run it as many times as you like to preview your encouraging phrases.
Expand All @@ -52,7 +52,7 @@ If you do not have a .bash_profile, navigate to your home directory and (in your

Once you open your .bash_profile, add
```
<code>python3 /Users/<username>/randline.py /Users/<username>/quotes_for_terminal.txt</code> [your name]
python3 /Users/<username>/randline.py /Users/<username>/quotes_for_terminal.txt [your name]
```
the same way you did in your terminal earlier. If you haven't already, you're likely to be adding lots of customizations to your .bash_profile in the future, so it would be a good idea to add a comment explaining that this line runs the Friendly Terminal app!

Expand Down