Page MenuHomePhabricator

D5652.diff
No OneTemporary

D5652.diff

diff --git a/docs/nix_dev_env.md b/docs/nix_dev_env.md
--- a/docs/nix_dev_env.md
+++ b/docs/nix_dev_env.md
@@ -34,11 +34,26 @@
To install and configure the [Nix package manager](https://nixos.org), please run:
```
+# Pull down Git repository
+git clone git@github.com:CommE2E/comm.git
+cd comm
+
+# Install Nix and Comm binary cache
./scripts/install_nix.sh
```
## Workflow prerequisites
+### Download Yarn dependencies
+
+As a first step, you’ll want to set up the JavaScript environment and pull in all necessary NPM packages. Run the following command:
+
+```
+yarn cleaninstall
+```
+
+### Workflow specific prerequisites
+
On macOS, [installing Xcode](./nix_mobile_setup.md#xcode) is a prerequisite for all workflows.
- [Web prerequisites](./nix_web_setup.md#nix-web-requisities)

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 5, 8:22 PM (21 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2246266
Default Alt Text
D5652.diff (803 B)

Event Timeline