Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TailyFair committed Jan 28, 2023
1 parent 0e574f9 commit 87ab40b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion InfiniWindows/InfiniWindows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0-windows10.0.17763.0</TargetFramework>
<Version>0.1.0-alpha</Version>
<Version>0.2.0-alpha</Version>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,31 @@

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

## Project status

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.

**Note:** Testing feedback would be highly appreciated!

## Features

Currently supported features:

- Automatic InfiniTime device detection
- Set Time and Date
- Firmware update via BLE

## Download and install

Download the latest release from [the github releases page](https://github.com/TailyFair/InfiniWindows/releases).

## Build and run

Requirements:

- .NET 6 or later
- Windows SDK

```bash
dotnet run --project .\InfiniWindows\InfiniWindows.csproj
```

## Publish

```bash
dotnet publish -c Release -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true
```

0 comments on commit 87ab40b

Please sign in to comment.