From ac05a068f0c74facc51d64f05328477674e72a86 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Tue, 14 Mar 2023 11:35:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20database=20update=20hint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e217e940b..6ecd34819 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,14 @@ Follow these steps to setup documenso on you local machnine: - A demo certificate is provided in /app/web/ressources/certificate.p12 - To generate you own using these steps and a linux Terminal or Windows Linux Subsystem see **Create your own signging certificate**. +## Updating +- If you pull the newest version from main, using git pull, it may be neccessary to regenerate your database client +- You can do this by running the generate command in /packages/prisma: + ```sh + npx prisma generate + ``` +- This is not neccessary on first clone + # Creating your own signging certificate For the digital signature of you documents you need a signign certificate in .p12 formate (public and private key). You can buy one (not recommended for dev) or use the steps to create a self-signed one: