Skip to content
Snippets Groups Projects
Commit 228c4fb4 authored by jonathon Paden's avatar jonathon Paden
Browse files

Update README.md

parent 17b356e3
No related branches found
No related tags found
No related merge requests found
......@@ -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.
**git commit --allow-empty -m "Empty-Commit"**
**git push**
5. Generate Visual Studio Project files.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment