diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-09-24 09:41:40 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-09-24 09:41:40 -0400 |
commit | a3d5e37e923acd2dcc8da4e56916a4feaebcb1ba (patch) | |
tree | 506276bab3e501dd201e9c3574cabd619e781a82 /README.md | |
parent | 738d970d26794db8bb3dcf459c4a787b624910ba (diff) | |
download | lingo-ap-tracker-a3d5e37e923acd2dcc8da4e56916a4feaebcb1ba.tar.gz lingo-ap-tracker-a3d5e37e923acd2dcc8da4e56916a4feaebcb1ba.tar.bz2 lingo-ap-tracker-a3d5e37e923acd2dcc8da4e56916a4feaebcb1ba.zip |
Added missing EOF newlines
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 1e9b2a5..f03e960 100644 --- a/README.md +++ b/README.md | |||
@@ -20,4 +20,4 @@ To build the app: | |||
20 | 3. Put [ids.yaml from archipelago](https://github.com/ArchipelagoMW/Archipelago/raw/main/worlds/lingo/data/ids.yaml) in ./assets | 20 | 3. Put [ids.yaml from archipelago](https://github.com/ArchipelagoMW/Archipelago/raw/main/worlds/lingo/data/ids.yaml) in ./assets |
21 | 4. Configure the project: `cmake --preset=lingo-ap-tracker-preset` | 21 | 4. Configure the project: `cmake --preset=lingo-ap-tracker-preset` |
22 | 5. Build the application in debug mode: `cmake --build --preset=lingo-ap-tracker-preset` | 22 | 5. Build the application in debug mode: `cmake --build --preset=lingo-ap-tracker-preset` |
23 | 6. (Optional) Build the application in release mode: `cmake --build --preset=x64-release-preset` \ No newline at end of file | 23 | 6. (Optional) Build the application in release mode: `cmake --build --preset=x64-release-preset` |