diff --git a/docs/common/technical-support.md b/docs/common/technical-support.md index 2715e380..b4505458 100644 --- a/docs/common/technical-support.md +++ b/docs/common/technical-support.md @@ -160,4 +160,9 @@ If you'd like to know more about that, see our standard plans [here](https://avo The easiest way for us to troubleshoot and check on an issue is to send us a reproduction repository which we can install and run in our local environments. +```bash +# run this command to get a new Rails app with Avo installed +rails new -m https://avo.cool/new.rb AVO_APP +``` +