Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sparker256 committed Feb 29, 2024
1 parent 5a64081 commit 7dea412
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Xchecklist for X-Plane 12, 11 and 10
=========================

[![CMake](https://github.com/sparker256/xchecklist/actions/workflows/cmake.yml/badge.svg)](https://github.com/sparker256/xchecklist/actions/workflows/cmake.yml)
[![CMake](https://github.com/sparker256/xchecklist/actions/workflows/build_xchecklist_simon_checker.yml/badge.svg)](https://github.com/sparker256/xchecklist/actions/workflows/build_xchecklist_simon_checker.yml)


![Alt text](docs/Xchecklist_GUI.jpg?raw=true "Xchecklist_GUI")
Expand All @@ -18,7 +18,8 @@ Alow you to have a interactive checklist in your 2d or VR cockpit
1. Install required software using [Chocolatey](https://chocolatey.org/) using admin command prompt:

```
choco install git cmake
choco install git
choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"'
choco install mingw --version 8.1.0
```

Expand Down

0 comments on commit 7dea412

Please sign in to comment.