Updating
Last updated
Last updated
This guide will go over updating your NotArb platform to the latest. There are multiple ways to do this and we will go over performing updates from within your CLI terminal and using FTP.
cp -r /update/notarb-unix/libs /bot
cp
is the copy command.
-r
tells cp
to copy directories recursively, including all files and subdirectories.
/update/notarb-unix/libs
is the source directory you want to copy.
/bot
is the destination where you want the libs
folder to go.
This command will create a copy of the libs
folder in the /bot
directory, preserving the original folder structure and contents.
You can also update your bot through FTP from your computer.
Ensure you are able to FTP and download