diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ Note that it’s currently it’s only possible to contribute to this project from macOS. This is primarily due to iOS native development only being supported in macOS. -Check out our [doc on how to set up our dev environment](docs/dev_environment.md). +Check out our [doc on how to set up our dev environment](docs/nix_dev_env.md). diff --git a/docs/dev_environment.md b/docs/dev_environment.md --- a/docs/dev_environment.md +++ b/docs/dev_environment.md @@ -1,5 +1,7 @@ # Requirements +:warning: **This document is outdated. Click [here](./nix_dev_env.md) for the latest dev environment setup instructions.** + Please note that our dev environment currently only works on macOS and Linux. For the Linux instructions [head to the Linux configuration steps](linux_dev_environment.md).