Skip to content

Commit

Permalink
#964: updated readme to reflect the changes in our process / release …
Browse files Browse the repository at this point in the history
…proces
  • Loading branch information
commjoen committed Sep 6, 2018
1 parent b101876 commit b07d990
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -81,6 +81,15 @@ $ cd owasp-mstg/Tools/
$ ./generate_document.sh
```

4. Clone the repository and run the [javascript pdf generator](https://github.com/OWASP/owasp-mstg/blob/master/Tools/genpdf.js) (requires [node 6](http://nodejs.org)). This produces a pdf file in the "Generated" subdirectory.

```bash
$ git clone https://github.com/OWASP/owasp-mstg/
$ cd owasp-mstg/Tools/
$ npm install
$ node genpdf.js
```

You can also use the [document index](https://rawgit.com/OWASP/owasp-mstg/master/Generated/OWASP-MSTG-Table-of-Contents.html) to navigate the master branch of the MSTG.

## Contributions, feature requests and feedback
Expand All @@ -96,6 +105,9 @@ Before you start contributing, please read our brief [style guide](https://githu
If there's something you really want to see in the guide, or you want to suggest an improvement, create an issue [issue](https://github.com/OWASP/owasp-mstg/issues) or ping us on [Slack](https://owasp.slack.com/messages/project-mobile_omtg/details/).
If the issue is accepted, we will schedule it into one of our [milestones](https://github.com/OWASP/owasp-mstg/milestones).

### Translating
We are currently in progress for making a new release every 6 months. Releases that have been tagged can then be translated into preferred languages.


### Contributing

Expand Down

0 comments on commit b07d990

Please sign in to comment.