From 12bb6e7fa7675da289f76efc6b18bf094795252e Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sat, 20 Apr 2019 17:33:13 +0200 Subject: [PATCH] improved readme about running bin/scripts standalone --- readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index b5fe568..9238398 100644 --- a/readme.md +++ b/readme.md @@ -62,10 +62,8 @@ cd alpine-web-server . install.sh ``` -all script in bin/ can be ran seperatly, but from the repos source exclusively -``` -. bin/misc.sh -``` +All script in bin/ can be ran seperatly, but from the repos source exclusively eg: ```. bin/vhost.sh```. Be aware that all scripts need bash and some depends on packages and config installed by bin/misc.sh, run it once right after bin/bash.sh if you wont use the full install.sh. + ## ref [Alpine Linux wiki](https://wiki.alpinelinux.org)