From d331c29a05704d8c4ebeb19836051b4c842883e8 Mon Sep 17 00:00:00 2001 From: George Maia Date: Thu, 27 Jun 2024 09:38:29 -0300 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f83eebd..ec32129 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ URL: https://georgemaia.github.io/certificados ## USAGE -Change the SERVER constant in the config.js with your full address of the certificates files. +In the settings page of the repository, turn on Github Pages. After, change the SERVER constant in the config.js with your full address of the certificates files. ```javascript const SERVER = "http://localhost/certificados-repo/files/"; @@ -28,3 +28,5 @@ Change the FILENAME constant in the config.js with your certificates list in CSV ```javascript const FILENAME = "certificados.csv"; ``` + +Then upload the PDFs files in the folder of the server. \ No newline at end of file