Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Nov 10, 2023
1 parent 65f8158 commit d255a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1_SettingTheScene/BuildingVulkanSceneGraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ First we'll set up some environment variable, for ease of use you may wish to pu
export INSTALL_DIR=~/Install
export PROJECT_DIR=~/Projects
export PATH=${PATH}:${INSTALL_DIR}/bin
export LD_LIBRARY_PATH=${D_LIBRARY_PATH}:${INSTALL_DIR}/lib
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${INSTALL_DIR}/lib

# env vars that are used to find example data, and locating where to cache files downloaded from HTTP during database paging
export VSG_FILE_PATH=${PROJECT_DIR}/vsgExamples/data
Expand Down

0 comments on commit d255a5c

Please sign in to comment.