Skip to content

Commit

Permalink
Updated Hue documentation with ROOT's path
Browse files Browse the repository at this point in the history
Added the following 2 lines of code under the Build once section (content/developer/development):
#export ROOT which should point to your Hue directory
export ROOT=<path_to_hue_directory>
  • Loading branch information
ananya-agarwal authored Aug 4, 2023
1 parent 895cfd4 commit eeaa7d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs-site/content/developer/development/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Build once:
# Mac user might need to set
export SKIP_PYTHONDEV_CHECK=true

# Export ROOT which should point to your Hue directory
export ROOT=<path_to_hue_directory>

make apps

The [dependencies documentation](/administrator/installation/dependencies/) is here to help for troubleshooting build issues.
Expand Down

0 comments on commit eeaa7d1

Please sign in to comment.