diff --git a/content/install.md b/content/install.md
index 7c73585..fabb0b5 100644
--- a/content/install.md
+++ b/content/install.md
@@ -26,7 +26,7 @@ There are also a couple of different alternatives when downloading and installin
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
|
Minimal
Just the lento compiler, and build tools are installed globally on your system. Minimal installers provide centrally the LC compiler and the tools for installing packages. Some may install further build tools (i.e. for parsing and lexing) as well. Only the core libraries necessary for each platform are included. | [Windows](#), [Linux](#), [OSX](#), [Source](https://github.com/lento-lang/Lento) |
| Platform
Installs the lento compiler, the lento REPL interpreter, the standard library and some other tools globally on your system. Minimal installers provide centrally the LC compiler and the tools for installing packages. Some may install further build tools (i.e. for parsing and lexing) as well. Only the core libraries necessary for each platform are included. | [Windows](#), [Linux](#), [OSX](#), [Source](https://github.com/lento-lang/Lento) |
-
+| Full
Installs the lento compiler, the lento REPL interpreter, the standard library and some other tools globally on your system. Minimal installers provide centrally the LC compiler and the tools for installing packages. Some may install further build tools (i.e. for parsing and lexing) as well. Only the core libraries necessary for each platform are included. | [Windows](#), [Linux](#), [OSX](#), [Source](https://github.com/lento-lang/Lento) |