From 44c0c58f7074142bfb7d39f84edde9fc8c5b46d1 Mon Sep 17 00:00:00 2001 From: Yunobot Date: Fri, 2 Aug 2019 11:58:19 +0000 Subject: [PATCH] Fixed a few markdown errors --- packaging_apps_start.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging_apps_start.md b/packaging_apps_start.md index 2b1257f0..5e69e811 100644 --- a/packaging_apps_start.md +++ b/packaging_apps_start.md @@ -17,6 +17,7 @@ This is what application packaging is, a serie of scripts that automate the inst ### How it works From the final user perspective, it is as simple as it can be: + 1) Pick an application 1) Fill a form 1) Wait @@ -40,7 +41,7 @@ Scripts used during application packaging are simply a serie of bash commands. ### ... bash command? -A [bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)) command is a line of text that will be interpreted by the computer and will produce a result. This is commonly refered to a command line. +A [bash](https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29) command is a line of text that will be interpreted by the computer and will produce a result. This is commonly refered to a command line. You only can interact with your server through command line as it does not provide a graphical interface. Usual access is through [ssh](/ssh_en).