From 14d655438f958f90e27b368529e406ea0fd2da17 Mon Sep 17 00:00:00 2001 From: Ariel Barreiro Date: Sat, 27 Apr 2024 12:21:31 -0300 Subject: [PATCH] README: dev version note --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 244268f..31c0eb1 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ defaults. * [starship](#starship) * [fish](#fish) * [ddev `post-import-db` hook](#ddev-post-import-db-hook) +- [Install the dev version](#install-the-dev-version) @@ -99,4 +100,12 @@ Example on how I am using it: - https://github.com/hanoii/ddev-platformsh-lite/blob/ce4b95d578e82f942b75ec9fa6fa60f63473c90b/platformsh-lite/scripts/db-pull.sh#L91 - https://github.com/hanoii/ddev-platformsh-lite/blob/ce4b95d578e82f942b75ec9fa6fa60f63473c90b/pimp-my-shell/hooks/post-import-db.d/00-drupal.sh +## Install the dev version + +You can always install the latest code with + +``` +ddev get https://github.com/hanoii/ddev-pimp-my-shell/tarball/main +``` + **Contributed and maintained by [@hanoii](https://github.com/hanoii)**