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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ pip install requests easycoder
20
20
21
21
Test the install by typing the command `easycoder`.
22
22
<hr>
23
-
On Linux, this will probably fail as the installer places the executable file in the `$HOME/.local/bin` directory. So give the command `export PATH=$HOME/.local/bin:$PATH`
23
+
On Linux, this will probably fail as the installer places the executable file in the `$HOME/.local/bin` directory. So give the command `export PATH=$HOME/.local/bin:$PATH`.
24
24
25
25
To make this change permanent, edit your `.profile` file, adding the following:
26
26
```
@@ -31,7 +31,7 @@ fi
31
31
```
32
32
<hr>
33
33
34
-
Now write a test script, 'hello.ecs', containing the following:
34
+
Now write a test script, `hello.ecs`, containing the following:
0 commit comments