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?