From 54ea0a66377df2c1c0939e738b8751f2fa4b53db Mon Sep 17 00:00:00 2001 From: deunix-educ Date: Sat, 20 May 2023 22:18:01 +0200 Subject: [PATCH] readme update --- README-FR.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-FR.md b/README-FR.md index f2989cc..caf2fa1 100644 --- a/README-FR.md +++ b/README-FR.md @@ -81,6 +81,7 @@ Après avoir installé termux sur le smartphone, lancez Termux export PACKAGE="TermuxSmsGateway"&& export VERSION="1.0"&& mkdir -p $HOME/.termux/tasks&& + mkdir -p $HOME/.termux/boot&& apt install python git termux-api -y&& rm -rf TermuxSmsGateway&& git clone https://github.com/deunix-educ/TermuxSmsGateway.git&& diff --git a/README.md b/README.md index c2b5e3e..ea47fd5 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ After installing termux on the smartphone, launch Termux export PACKAGE="TermuxSmsGateway"&& export VERSION="1.0"&& mkdir -p $HOME/.termux/tasks&& + mkdir -p $HOME/.termux/boot&& apt install python git termux-api -y&& rm -rf TermuxSmsGateway&& git clone https://github.com/deunix-educ/TermuxSmsGateway.git&&