From d3c8c87041a8903277e1a089251d559905ca8c0b Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Fri, 30 Jul 2021 20:03:31 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f9b69a..d62946a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# prisma-templates -Prisma templates for major cloud providers. +# prisma 1 templates + +Prisma 1 templates for major cloud providers. WIP. -## How to connect the Prisma CLI to your custom server +## How to connect the Prisma 1 CLI to your custom server * Install the Prisma CLI, e.g.: `npm install -g prisma` * Run `prisma init` and choose `Other server`, then enter the URL to your server. * When you `prisma deploy` a service, select the name you chose for the entry above. Your service will now be deployed to your server.