PretendoNetwork / SSSL

GNU General Public License v3.0
203 stars 3 forks source link

Fix a couple mistakes in the readme #5

Closed MatthewL246 closed 5 months ago

MatthewL246 commented 5 months ago

Changes:

In #4, the short command-line options in the readme were incorrect. Also, the provided docker run command doesn't always work because mounting the current directory as /app in Docker overwrites the entire /app directory, which can cause node_modules to disappear. Instead, tell users to mount the current directory as /app/certs to avoid this.