Skip to content

Commit

Permalink
update the howto (#1354)
Browse files Browse the repository at this point in the history
# Description

@swift-nav/devinfra

Simple changes to the howto instructions
  • Loading branch information
pcrumley authored Aug 14, 2023
1 parent 006cb2b commit ee5d2ec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ inside the container (so you don't have to setup git inside the docker container
```

For Java, jsonschema, and Protobuf (these should not require bumping the git tag,
unless the geneated files are out of date):
unless the generated files are out of date):

```shell
make java jsonschema protobuf
Expand All @@ -218,6 +218,12 @@ inside the container (so you don't have to setup git inside the docker container
git tag -f -a INCREMENTED_TAG -m "Version INCREMENTED_TAG of libsbp."
```

JavaScript, make needs to be run twice to update the package information

```shell
make javascript
```

4. Finally, build the docs:

```shell
Expand Down

0 comments on commit ee5d2ec

Please sign in to comment.