From 88c43bb60a4484be002974a67500d4ea917c657f Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 13 Jun 2019 11:43:05 +0000 Subject: [PATCH] user experience improvement --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c5d1b57..9a584350 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ optional, enables thumbnails: install [Termux](https://termux.com/) (see [ocv.me/termux](https://ocv.me/termux/)) and then copy-paste this into Termux (long-tap) all at once: ```sh apt update && apt -y full-upgrade && termux-setup-storage && apt -y install curl && cd && curl -L https://github.com/9001/copyparty/raw/master/scripts/copyparty-android.sh > copyparty-android.sh && chmod 755 copyparty-android.sh && ./copyparty-android.sh -h +echo $? ``` after the initial setup (and restarting bash), you can launch copyparty at any time by running "copyparty" in Termux