From 89f81b06cb45400aec05bf1697a34822ab12e4a7 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Fri, 19 Aug 2022 05:20:14 +0200 Subject: [PATCH] Fix typo --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 507449a..819f805 100644 --- a/src/README.md +++ b/src/README.md @@ -4,7 +4,7 @@ _by Mo Bitar_ So you want to learn Linux? You want to fulfill your childhood dream and look like a hacker? Or you just want to manage some servers or escape Windows or Mac for an alternative system that is [free and open source](https://www.gnu.org/philosophy/free-sw.html.en)? Then this book is for you! -This book focuses on the terminal side of Linux. This means that no [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface) (graphical user interface) is discussed in this book. This makes the content of the book more useful for server usage and adminstration since servers normally have no GUI. Nevertheless, if you want to use Linux as a desktop, then beeing able to deal with the terminal is not only useful, but could even be required at some point. +This book focuses on the terminal side of Linux. This means that no [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface) (graphical user interface) is discussed in this book. This makes the content of the book more useful for server usage and administration since servers normally have no GUI. Nevertheless, if you want to use Linux as a desktop, then being able to deal with the terminal is not only useful, but could even be required at some point. You might ask, why not just use a GUI for everything? Hopefully, this book will let you understand why. A [CLI](https://en.wikipedia.org/wiki/Command-line_interface) (command line interface) is not well suited for everything. But for many tasks, a CLI might be much more powerful. It allows automation and enables you to use it as a component to build something bigger.