diff --git a/README.md b/README.md index 612dd29..00c7b66 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,18 @@ REPO_PASSWORD=your-personal-access-token # (Optional) Credentials for the oracle DB user/pass, otherwise DO NOT add these 2 lines. DB_USER=swg DB_USER_PASSWORD=swg -``` \ No newline at end of file +``` + +## DEVELOPER GUIDE + +Here are some commands that will help with development. Say you need to move files to the TRE and they compiled within +the container, you can easily copy files to your local file system. + +First, exit the container with `exit` then: + +> docker cp : + +For example, this command will copy the `buff.iff` file to a local directory called `ServerFiles` on the Desktop of my +Window's machine. NOTE: For Windows, surround the with quotes. + +> docker cp swg:/swg-main/data/sku.0/sys.shared/compiled/game/datatables/buff/buff.iff "C:\Users\username\OneDrive\Desktop\ServerFiles" \ No newline at end of file