From 95d02112776f628f9f9f05f04f9bbf63765758e1 Mon Sep 17 00:00:00 2001 From: margaretkennedy <82049573+margaretkennedy@users.noreply.github.com> Date: Thu, 1 Jul 2021 16:42:33 -0400 Subject: [PATCH] Update README.md (#19) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a1039a..96e05979 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Each folder in this repository has the following structure within: ## Installation Instructions -1. Follow the README instructions on [Deephaven Community Core](https://github.com/deephaven/deephaven-core) for installing the OSS client and all required dependencies. +1. Follow the README instructions on [Deephaven Community Core](https://github.com/deephaven/deephaven-core) for installing the code studio and all required dependencies. 2. From the root of your `deephaven-core` clone, run: 1. `docker build -t deephaven/examples samples` 2. `docker run --rm -v "$(pwd)/docker/core/data:/data" deephaven/examples download`