Skip to content

Commit 6efebe8

Browse files
authored
Instruct to return to the terminal, already open
1 parent 24f4ec0 commit 6efebe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/chromebook_setup/instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ bigger.
6666
1. Go to [Glitch.com](https://glitch.com/)
6767
2. Sign up for an account (https://glitch.com/signup) or use your GitHub account if you have one (see GitHub instructions below).
6868
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:
7070

7171
{% filename %}Terminal{% endfilename %}
7272
```
@@ -107,7 +107,7 @@ python3 manage.py migrate
107107
python3 manage.py runserver $PORT
108108
```
109109

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 :
111111

112112
{% filename %}Terminal{% endfilename %}
113113
```

0 commit comments

Comments
 (0)