Skip to content

Commit

Permalink
Update README instructions [AP-3048]
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmueller committed Oct 23, 2024
1 parent 2bd05d6 commit 296b265
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* [Installing development Python versions](#installing-development-python-versions)
* [Adding development version as a pip dependency](#adding-development-version-as-a-pip-dependency)
* [Installing from source](#installing-from-source)
- [SBP Development Procedures](#sbp-development-procedures)
- [SBP Development Procedures](#sbp-development-procedures)
- [SBP Protocol Specification](#sbp-protocol-specification)
- [JSON Schema Definitions](#json-schema-definitions)
- [Kaitai Struct Format Descriptions](#kaitai-struct-format-descriptions)
Expand Down Expand Up @@ -102,7 +102,7 @@ but works on all platforms that Python itself supports.

## Building / installing

Before you start, run
Before you start, run
```
git pull --tags
```
Expand Down Expand Up @@ -151,7 +151,9 @@ You can then make this image operate on your local workspace like this:

#### Using the docker image

Once in the image, simply type `make all` to generate all the libsbp bindings.
Once in the image, to overcome issues with git trying to determine ownership of
the repository, run `git config --global --add safe.directory /mnt/workspace`.
Then, simply type `make all` to generate all the libsbp bindings.
This could take several hours to run. Alternately, the docker image will run
the `make all` command by default, so you can kick off the `make all` process
by simply running the following command:
Expand Down

0 comments on commit 296b265

Please sign in to comment.