diff --git a/RLCraft.md b/RLCraft.md index 3cc4ccd..cbe90d5 100644 --- a/RLCraft.md +++ b/RLCraft.md @@ -42,4 +42,8 @@ services: - /your/data/directory:/data # Replace with your directory ports: - "25565:25565" # Change first value if you want to run multiple servers Ex:"25585:25565" -``` \ No newline at end of file +``` +- After the server has been setup, the easiest way to get the mod running is by downloading the server files from curseforge +![](images/2023-08-03_03.57.42AM.png) +- Once downloaded, extract all of the files into the folder where the docker server is and overwrite them. + - To achieve this, I followed [this written guide](https://ubuntu.com/server/docs/samba-file-server) or [this video](https://www.youtube.com/watch?v=oRHSrnQueak&t=42s) in order set up a samba share and access the folder. \ No newline at end of file diff --git a/images/2023-08-03_03.57.42AM.png b/images/2023-08-03_03.57.42AM.png new file mode 100644 index 0000000..5715a44 Binary files /dev/null and b/images/2023-08-03_03.57.42AM.png differ