Skip to content

Commit

Permalink
Update local-development.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Aug 30, 2016
1 parent 06cb554 commit 6246738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In order to use a custom version of Drush (required by BLT) with Dev Desktop, yo
1. Add the following lines to `~/.bash_profile`:

export PATH="/Applications/DevDesktop/mysql/bin:$PATH"
export DEVDESKTOP_DRUPAL_SETTINGS_DIR="~/.acquia/DevDesktop/DrupalSettings"
export DEVDESKTOP_DRUPAL_SETTINGS_DIR="$HOME/.acquia/DevDesktop/DrupalSettings"

1. Ensure that Dev Desktop's PHP binary is being used on the CLI. You can check this via `which php`.
1. Enable the usage of environmental variables by adding the following line to `php.ini`, which you can locate with `php --ini`:
Expand Down

0 comments on commit 6246738

Please sign in to comment.