lando / docs

The main docs site for Lando
https://docs.lando.dev/
GNU General Public License v3.0
20 stars 56 forks source link

Installing terminus plugins creates a ~ directory on macOS #57

Closed ptmkenny closed 5 years ago

ptmkenny commented 5 years ago

Please complete the following:

Link to the page that needs to be updated or changed. https://docs.devwithlando.io/tutorials/pantheon.html#terminus-plugins

Describe the change you'd like The current example of installing a terminus plugin is as follows:

services:
  appserver:
    build:
      - mkdir -p ~/.terminus/plugins
      - composer create-project -d ~/.terminus/plugins pantheon-systems/terminus-build-tools-plugin:~1

This works for me on Windows 10. But using the same code on macOS, I get a ~ directory with a .terminus subdirectory in my repository root.

Using lando v3.0.0-rc.14

Please update the example with correct code for macOS.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.

pirog commented 5 years ago

ahhh interesting @ptmkenny, let me try that out and see if we can improve the docs to be more universal.

pirog commented 5 years ago

looks like we just havent updated this section to use the new syntax documented over at https://docs.devwithlando.io/config/services.html#using-scripty-things

Seems easy enough to do that