From b9136f2bede5e69a692f0591a8f5709d95e4b4bf Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 22 Jun 2021 16:23:04 +0200 Subject: [PATCH] Updated README instructions --- wrappers/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wrappers/README.md b/wrappers/README.md index 5442aaa3d9..efe5c3d748 100644 --- a/wrappers/README.md +++ b/wrappers/README.md @@ -18,7 +18,7 @@ Downloading ObjectStore If you cloned your `realm-dotnet` repository, you can use a git command to get the submodule: 1. Open a terminal window in the `realm-dotnet` source directory -1. Enter the command `git submodule update --recursive` +1. Enter the command `git submodule update --init --recursive` ### Direct Download @@ -69,9 +69,9 @@ Building .NET Core wrappers for macOS and Linux `build.sh` automates configuring and building wrappers with CMake. It accepts CMake arguments like `-GNinja`. -For Linux builds you can just build and run `Dockerfile.centos` if you don't have access to a Linux environment: +For Linux builds you can just build and run `centos.Dockerfile` if you don't have access to a Linux environment: -1. `docker build . -f Dockerfile.centos -t realm-dotnet/wrappers` +1. `docker build . -f centos.Dockerfile -t realm-dotnet/wrappers` 1. `docker run -v path/to/wrappers:/source realm-dotnet/wrappers` General Notes