Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 28, 2023
1 parent 969760e commit 8833c5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README-MAINTAINER-XPACK.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ git clone \
~/Work/xpack-3rd-party/boost-ut-xpack.git
```

For development purposes, clone the `xpack-develop` branch:
For development purposes, clone the development branch (`xpack-develop`):

```sh
rm -rf ~/Work/xpack-3rd-party/boost-ut-xpack.git && \
Expand All @@ -38,6 +38,9 @@ git clone \
A recent [xpm](https://xpack.github.io/xpm/), which is a portable
[Node.js](https://nodejs.org/) command line application.

To run the native tests, a C++ development environment is required.
On macOS install Command Line Tools, on Ubuntu `build-essential`.

## Code formatting

Code formatting is done using `clang-format --style=file`, either manually
Expand Down

0 comments on commit 8833c5b

Please sign in to comment.