Skip to content

Commit 1d98e6d

Browse files
committed
Improve README
1 parent c050445 commit 1d98e6d

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

MANUAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Most windows will have a `#` button that you can click for extra actions, like s
1414

1515
The left sidebar lets you pick between sheets. There's a search box at the top to filter by sheet name. You can right click the search box to change it to full text search mode, which allows you to type a string and show the sheets that contain that string.
1616

17-
When selecting a sheet, the search box above the sheet will filter the rows in that sheet. You can use the `$` character to write a C# query (e.g. `$Row.Name.ToString().Contains("Sprint")` in the Action sheet).
17+
When selecting a sheet, the search box above the sheet will filter the rows in that sheet. If you are using the .NET Runtime build (not the NativeAOT build), you can use the `$` character to write a C# query (e.g. `$Row.Name.ToString().Contains("Sprint")` in the Action sheet).
1818

1919
Right click cells to copy their content. Cells that have certain properties in the schema (like images or links to other sheets) will be replaced with special elements you can interact with.
2020

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Alpha is a FINAL FANTASY XIV toolkit for modding, datamining, and reverse engineering.
66

7-
![Screenshot of Alpha](screenshot.png)
7+
![Screenshot of Alpha](img/screenshot.png)
88

99
## Features
1010

@@ -21,7 +21,20 @@ Alpha is a FINAL FANTASY XIV toolkit for modding, datamining, and reverse engine
2121

2222
## Downloads
2323

24-
[Available on GitHub Releases](https://github.com/NotNite/Alpha/releases). You will need [the .NET 9 Runtime](https://dotnet.microsoft.com/en-us/download). See [the manual](MANUAL.md) for using Alpha.
24+
<div align="center">
25+
<a href="https://github.com/NotNite/Alpha/releases/latest/download/AlphaAOT.zip">
26+
<img src="./img/donwload.png" alt="donwload" />
27+
</a>
28+
<p>(that's not a virus that's just to grab your attention)</p>
29+
</div>
30+
31+
---
32+
33+
For using Alpha, check out [the manual](MANUAL.md).
34+
35+
- Windows users can download [AlphaAOT.zip](https://github.com/NotNite/Alpha/releases/latest/download/AlphaAOT.zip). This is a build of Alpha using [NativeAOT](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/), which means you don't need the .NET Runtime installed. (This is also what that green button links to.)
36+
- Other users with the [.NET runtime](https://dotnet.microsoft.com/en-us/download) installed can download [Alpha.zip](https://github.com/NotNite/Alpha/releases/latest/download/Alpha.zip). This build has some extra features (like Excel filter scripting), comes with debug symbols & better stack traces, and (theoretically) works on Linux and macOS.
37+
- Older versions are available [on the Releases tab](https://github.com/NotNite/Alpha/releases). Unstable builds are available [on the Actions tab](https://github.com/NotNite/Alpha/actions/workflows/nightly.yml). Unstable builds expire after a while and require being signed into GitHub (or using a third party service like [nightly.link](https://nightly.link/)).
2538

2639
## TODO
2740

img/donwload.png

20.5 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)