You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ This is built with the intention of being easily approachable by developers who
8
8
9
9
This project is still in the early stages of development, so there may be bugs and many missing features. If you are interested in contributing please reach out and we can discuss how we can collaborate.
10
10
11
+
## Try it out
12
+
13
+
You can try it out by downloading the latest release from the [releases page](https://github.com/tariknz/irdashies/releases).
14
+
15
+
Install the .exe and run it. The application will automatically update when a new version is available.
16
+
11
17
## Table of Contents
12
18
13
19
-[Introduction](#introduction)
@@ -37,7 +43,7 @@ This project is built with React and Electron and uses the iRacing SDK to retrie
37
43
38
44
> Note: Developing on MacOS is fully supported and does not require iRacing or any additional tools to be installed as it uses a mocked SDK.
39
45
40
-
## Installation
46
+
## Installation (for development)
41
47
42
48
To install IRDashies, follow these steps:
43
49
@@ -56,7 +62,7 @@ To install IRDashies, follow these steps:
56
62
npm run storybook
57
63
```
58
64
59
-
## Usage
65
+
## Usage (for development)
60
66
61
67
To start using IRDashies, run the following command:
0 commit comments