Skip to content

Commit

Permalink
Use gnome-text-editor to replace gedit in the introduction of the doc…
Browse files Browse the repository at this point in the history
  • Loading branch information
linghengqian authored Apr 3, 2023
1 parent fea7037 commit 184129e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WSL/tutorials/gui-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ You can run the following commands from your Linux terminal to download and inst
sudo apt update
```

### Install Gedit
### Install Gnome Text Editor

Gedit is the default text editor of the GNOME desktop environment.
Gnome Text Editor is the default text editor of the GNOME desktop environment.

```bash
sudo apt install gedit -y
sudo apt install gnome-text-editor -y
```

To launch your bashrc file in the editor, enter: `gedit ~/.bashrc`
To launch your bashrc file in the editor, enter: `gnome-text-editor ~/.bashrc`

### Install GIMP

Expand Down

0 comments on commit 184129e

Please sign in to comment.