Update file README.md

This commit is contained in:
Ernesto Canales Pereña 2023-06-18 19:20:27 +00:00
parent 8a331d18a6
commit 5fc0a5db6b

View File

@ -7,6 +7,13 @@
git clone http://git.wacanal.cloud/ernie/databank-extension.git git clone http://git.wacanal.cloud/ernie/databank-extension.git
``` ```
2. Change lines 14 and 15 in file **script.js** with the IP and port where the DataBank API server is listening
```JavaScript
const baseDominio = 'xxx.xxx.xxx.xxx';
const portTLS = 'xxxx';
```
2. Open Google Chrome and go to the option "Extensions->Manage Extensions" 2. Open Google Chrome and go to the option "Extensions->Manage Extensions"
3. Once in the extension manager, select "Load unpacked" 3. Once in the extension manager, select "Load unpacked"
4. Select the cloned repository 4. Select the cloned repository