Skip to content

Commit ce4d67a

Browse files
committed
Fix formatting in README.md file
Signed-off-by: Vitalii Koshura <[email protected]>
1 parent 927b5d5 commit ce4d67a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@ To build the boinc-native-app application, follow these steps:
2424
cd boinc-native-app
2525
```
2626
2. Bootstrap the project:
27+
2728
For Unix-like systems (Linux, macOS):
2829
```bash
2930
./bootstrap.sh
3031
```
32+
3133
For Windows:
3234
```bash
3335
bootstrap.bat
@@ -54,10 +56,13 @@ To build the boinc-native-app application, follow these steps:
5456
## Building the boinc-native-app application using GitHub Actions (for release)
5557

5658
This repository includes a GitHub Actions workflow that automates the build process for multiple platforms. The workflow is defined in the `.github/workflows/build.yml` file.
59+
5760
To trigger the build process using GitHub Actions, simply push your changes to the repository or create a pull request. The workflow will automatically run and build the application for the specified platforms.
61+
5862
The build artifacts will be available in the "Actions" tab of the repository once the workflow completes.
63+
5964
It is recommended to fork the repository and enable GitHub Actions in your fork to customize the build process or add additional platforms.
6065

6166
## Modifying the boinc-native-app application
6267

63-
You can modify the source code of the boinc-native-app application. After making changes (including updating the CMakelists.txt file), follow the build steps outlined above to compile the updated application.
68+
You can modify the source code of the boinc-native-app application. After making changes (including updating the `CMakelists.txt` file), follow the build steps outlined above to compile the updated application.

0 commit comments

Comments
 (0)