From a9e74585c701cd7b312845a3228f8831f74f7aa2 Mon Sep 17 00:00:00 2001 From: FifthWit <110744759+FifthWit@users.noreply.github.com> Date: Mon, 6 Oct 2025 12:33:51 -0500 Subject: [PATCH] Fixed notes/tips on readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b4f050..db21725 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ nixpacks build ./path/to/app --name my-app # my-app will be the container name a ```sh docker run my-app ``` -[!TIP] +> [!TIP] If you use a tool like Dokploy or Coolify, NixPacks support is out of the box ### Railpack Railpack is the successor to NixPacks, to run the backend via Railpack: @@ -81,7 +81,8 @@ cp .env.example .env 2. Fill in the values in the .env file -[!NOTE] for postgres you may want to use a service like [Neon](https://neon.tech) or host your own with docker, to do that just look it up +> [!NOTE] +> for postgres you may want to use a service like [Neon](https://neon.tech) or host your own with docker, to do that just look it up ## Contributing We love contributors, it helps the community so much, if you are interested in contributing here are some steps: