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&&