From c4c5e731c497522e537fb61e075580a518c708c0 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Mon, 20 May 2019 11:11:11 -0400 Subject: [PATCH] More context --- docs/latest/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/latest/contributing.md b/docs/latest/contributing.md index f04c91d12..82bf0b3ef 100644 --- a/docs/latest/contributing.md +++ b/docs/latest/contributing.md @@ -48,7 +48,9 @@ yalc push . // 3. Use the local package in our Viewers project. Navigate to the Viewers // Project root. +yarn install yalc add ohif-core +yarn run dev ``` ## Any guidance on submitting changes?