Skip to content

Commit

Permalink
Merge pull request #23 from costateixeira/main
Browse files Browse the repository at this point in the history
add security note to readme
  • Loading branch information
lmckenzi authored Sep 18, 2023
2 parents 1122986 + 5bcbfdd commit b172f67
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ the `_genonce.bat` and `_genonce.sh` scripts
## GenContinuous
the `_gencontinuous.bat` and `_gencontinuous.sh` scripts
1. Check if we're online (i.e. if tx.fhir.org is reachable)
2. Runs the publisher to build the IG from the current folder and monitors for file changes, in which case it will build again, until the user exits.
2. Runs the publisher to build the IG from the current folder and monitors for file changes, in which case it will build again, until the user exits.

<br/>

> **Security note**
These scripts are intended to download executables, and can easily trigger antivirus software; In addition, security settings on the machine or domain may block some of these actions. If you encounter such issues and you can't get around them, then you may:
a) download the jar manually from its [permanent location](https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar) into the `input-cache` or parent folder, instead of using `updatePublisher`
and/or
b) run the command line yourself instead of using `genonce`:
`input-cache\publisher.jar" -ig . `
or
`..\publisher.jar" -ig . `

0 comments on commit b172f67

Please sign in to comment.