@@ -42,8 +42,8 @@ For more information on this pioneering research and how to support it, please c
3) Run “./arno-init.sh”.<br/><br/>
e. Now, the script will install RClone on your system and set up a configuration to connect with ARNO’s S3 Bucket using the provided key file. If you do not have the key file, it will prompt you to input them manually.<br/><br/>
f. Let the script run to completion and follow any instructions. You should now have a working repository for development and can proceed to the next step.<br/>
g. (note:) Rclone stores all blob files including uassets, this means if you only alter binary blobs like uassets standard git commit will show nothing to commit. You will need to run the empty commit command and then git push.
**git commit --allow-empty -m "Empty-Commit"**
g. (note:) Rclone stores all blob files including uassets, this means if you only alter binary blobs like uassets standard git commit will show nothing to commit. You will need to run the empty commit command and then git push.