You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/chromebook_setup/instructions.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ bigger.
66
66
1. Go to [Glitch.com](https://glitch.com/)
67
67
2. Sign up for an account (https://glitch.com/signup) or use your GitHub account if you have one (see GitHub instructions below).
68
68
3. Click _New Project_ and choose _hello-webpage_
69
-
4. Click on the `Tools` dropdown list (at the bottom left side of the window), then on `Terminal` button to open terminal tab with a prompt like this:
69
+
4. Click on the Tools dropdown list (at the bottom left side of the window), then on Terminal button to open terminal tab with a prompt like this:
70
70
71
71
{% filename %}Terminal{% endfilename %}
72
72
```
@@ -107,7 +107,7 @@ python3 manage.py migrate
107
107
python3 manage.py runserver $PORT
108
108
```
109
109
110
-
Once these files are created, open a terminal (in the tools menu at the bottom) and execute the following commands to create your first Django project :
110
+
Once these files are created, go to the Terminal and execute the following commands to create your first Django project :
0 commit comments