Skip to content

Commit 87ab40b

Browse files
committed
Update README.md
1 parent 0e574f9 commit 87ab40b

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

InfiniWindows/InfiniWindows.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
6-
<Version>0.1.0-alpha</Version>
6+
<Version>0.2.0-alpha</Version>
77
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>

README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,31 @@
22

33
[InfiniTime](https://github.com/InfiniTimeOrg/InfiniTime) companion app for Windows.
44

5-
## Project status
6-
7-
This is very early development. At this moment primary goal is to be able to flash InfiniTime firmware to PineTime via BLE using Windows OS.
8-
9-
**Note:** Testing feedback would be highly appreciated!
10-
115
## Features
126

137
Currently supported features:
148

159
- Automatic InfiniTime device detection
10+
- Set Time and Date
1611
- Firmware update via BLE
12+
13+
## Download and install
14+
15+
Download the latest release from [the github releases page](https://github.com/TailyFair/InfiniWindows/releases).
16+
17+
## Build and run
18+
19+
Requirements:
20+
21+
- .NET 6 or later
22+
- Windows SDK
23+
24+
```bash
25+
dotnet run --project .\InfiniWindows\InfiniWindows.csproj
26+
```
27+
28+
## Publish
29+
30+
```bash
31+
dotnet publish -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true
32+
```

0 commit comments

Comments
 (0)