Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README instructions #2459

Merged
merged 1 commit into from
Jun 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions wrappers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down