Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalev committed Nov 29, 2023
1 parent a8d51e4 commit bb552d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ console.log(url[0]);
- Example: ```await gunet.casLogin(page, `${process.env.CAS_USER}`,`${process.env.CAS_PASSWORD}`,`${process.env.CAS_LANG}`);```

## Usage
* Build: `docker compose -f docker-compose.build.yaml build`
### Customization
* If you just want to use `docker run` you can volume mount the `scenarios` folder as `-v <your scenarios folder>:/home/puppeteer/scenarios`
- Your JS script will have to include a `const gunet = require('../gunet.js');` in order to use the GUNet libraries
Expand Down

0 comments on commit bb552d6

Please sign in to comment.