diff --git a/Linux-usage-instructions.md b/Linux-usage-instructions.md
index dd9989e..917de54 100644
--- a/Linux-usage-instructions.md
+++ b/Linux-usage-instructions.md
@@ -5,16 +5,11 @@ Please follow the [instructions provided here](https://www.mono-project.com/down
### Running the exporter
Download and extract the [latest CLI release](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest).
-Replace `TOKEN` and `CHANNEL`, then run this command to export:
+`cd` to the extracted folder, replace `TOKEN` and `CHANNEL`, then run this command to export:
```
$ mono DiscordChatExporter.Cli.exe export -t TOKEN -c CHANNEL
```
-##
-To use the tool again just:
-**1.** `cd` to its directory
-**2.** Run `./maclinux.command`
-
# GUI
The GUI version of DiscordChatExporter runs well on Wine, with the exception of some cosmetic issues (e.g. black lines sporadically appearing across the application or icons being cut off). However, some additional steps are necessary for the installation.
@@ -62,4 +57,6 @@ $ export WINEPREFIX="$HOME/wine" && export WINEARCH=win32
$ wine DiscordChatExporter.exe
```
##
+Further reading: [GUI, CLI and Formats explained](https://github.com/Tyrrrz/DiscordChatExporter/wiki/GUI%2C-CLI-and-Formats-explained)
+
Special thanks to [@RenanYudi](https://github.com/RenanYudi) and [@jman005](https://github.com/jman005) (GUI on Wine)
\ No newline at end of file