Skip to content

Commit

Permalink
Fixed some typos (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
agarwal-akash authored and stas00 committed Mar 27, 2019
1 parent bdfb428 commit e3f892b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/terminal_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Write in the terminal “cd” and the name of the folder you want to access.

<img alt="cd" src="/images/terminal/terminal_cd_in.png" class="screenshot">

On Windows, you can acces 'C:\' or 'D:\' by adding the prefix /mnt/ :
On Windows, you can access 'C:\' or 'D:\' by adding the prefix /mnt/ :

<img alt="mnt" src="/images/terminal/windows_term.png" class="screenshot">

Expand All @@ -33,7 +33,7 @@ Write in the terminal “cd ..”

In order to move faster and avoid typo errors while navigating between folders, you should use Tab. You just need to start to type the file or directory name and once you wrote enough for it to be identified, you can press Tab.

If there is only one folder or file that starts with the characters you wrote, the name will autocompleted. If there are many that start that way, you can press double Tab to list them; in order words, it is like using the command "ls" .
If there is only one folder or file that starts with the characters you wrote, the name will be autocompleted. If there are many that start that way, you can press double Tab to list them; in order words, it is like using the command "ls" .

### How to copy and paste to/from the terminal?

Expand Down Expand Up @@ -93,7 +93,7 @@ If there are new missing files, you wil see this.

#### Updating Conda

On more thing, if you want to update conda, you should write this in the terminal "conda update conda" and you are done.
One more thing, if you want to update conda, you should write this in the terminal "conda update conda" and you are done.

<img alt="update" src="/images/terminal/conda_update.png" class="screenshot">

Expand Down

0 comments on commit e3f892b

Please sign in to comment.