From ff5cc14a4797d812e19ae2b9b54e56c5eaf3236a Mon Sep 17 00:00:00 2001 From: uzeirselot Date: Tue, 19 Jul 2022 13:18:41 +0000 Subject: [PATCH] formatting --- tutorials/community-way/tutorial-alpine-in-phone.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tutorials/community-way/tutorial-alpine-in-phone.md b/tutorials/community-way/tutorial-alpine-in-phone.md index 69d4b50..6b3b966 100644 --- a/tutorials/community-way/tutorial-alpine-in-phone.md +++ b/tutorials/community-way/tutorial-alpine-in-phone.md @@ -1,21 +1,18 @@ -# INSTALL ALPINE LINUX IN PHONE +# INSTALL ALPINE LINUX ON PHONE! ### Download & Install termux in Android: - [Download Termux.apk](https://f-droid.org/repo/com.termux_118.apk) -> If download link doesn't work search and manually download from f-droi.org -### To Install alpine linux,Open termux app: +> If link doesn't work then manually download from f-droid.org +### To Install alpine linux,Open termux app: `pkg install git && curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh && bash TermuxAlpine.sh && startalpine` -### To exit alpine - +### To exit alpine: `exit` ### To start alpine again,open termux,(start command) `startalpine` - --- #### Official sources: