Skip to content

Commit db7e5fa

Browse files
committed
Add explanations of placeholder text
Fixes #372
1 parent 3be3098 commit db7e5fa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

en/deploy/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ On the next screen, you'll be shown your repo's clone URL. Choose the "HTTPS" ve
105105

106106
Now we need to hook up the Git repository on your computer to the one up on GitHub.
107107

108+
Type the following into your console (Replace `<your-github-username>` with the username you entered when you created your GitHub account, and there should be no angle-brackets):
109+
108110
$ git remote add origin https://github.com/<your-github-username>/my-first-blog.git
109111
$ git push -u origin master
110112

@@ -140,7 +142,7 @@ When you've signed up for PythonAnywhere, you'll be taken to your dashboard or "
140142

141143
> **Note** PythonAnywhere is based on Linux, so if you're on Windows, the console will look a little different from the one on your computer.
142144
143-
Let's pull down our code from GitHub onto PythonAnywhere by creating a "clone" of the repo. Type this into the console on PythonAnywhere:
145+
Let's pull down our code from GitHub onto PythonAnywhere by creating a "clone" of the repo. Type this into the console on PythonAnywhere (don't forget to use your GitHub username in place of `<your-github-username>`:
144146

145147
$ git clone https://github.com/<your-github-username>/my-first-blog.git
146148

0 commit comments

Comments
 (0)