Update readme.md

This commit is contained in:
Fiery_Imp 2025-04-25 00:22:15 +00:00
parent c5db92672b
commit 7e61b122f7

View File

@ -9,38 +9,39 @@ Please give us feedback about your experience with the SinfarInstaller, whether
You may leave feedback in the "Issue" section above on this website or contact FieryImp directly for immediate questions. You may leave feedback in the "Issue" section above on this website or contact FieryImp directly for immediate questions.
# For Version 2 ## For Version 2
## For regular users ### For regular users
Using the installer is easy, head over to the release section and download the last version of the installer, unzip it, launch and follow the instruction! Using the installer is easy, head over to the release section and download the last version of the installer, unzip it, launch and follow the instruction!
### Download links #### Download links
All files are hosted by us. All files are hosted by us.
- [Download installer 2.0.0](https://git.sinfar.net/Fiery_Imp/sinfar-installer/releases/download/2.0.0/sinfar-installer.zip) - [Download installer 2.0.0](https://git.sinfar.net/Fiery_Imp/sinfar-installer/releases/download/2.0.0/sinfar-installer.zip)
### For developers of the Installer
I'll try to list here what's needed here in order to compile the Installer.
#### Requirement
- Rust SDK [(Download here)](https://www.rust-lang.org/tools/install)
## For Version 1 (Deprecated)
### For regular users
# For Version 1 (Deprecated)
## For regular users
Using the installer is easy, head over to the release section and download the last version of the installer, unzip it, launch and follow the instruction! For a smoother experience you can also manually download Sinfar's custom content (hak, tlk and override). Just drop the downloaded file next to the installer before launching it, no need to unzip it. Using the installer is easy, head over to the release section and download the last version of the installer, unzip it, launch and follow the instruction! For a smoother experience you can also manually download Sinfar's custom content (hak, tlk and override). Just drop the downloaded file next to the installer before launching it, no need to unzip it.
### Download links #### Download links
All files are hosted by us. All files are hosted by us.
- [Download installer last version](https://git.sinfar.net/Fiery_Imp/sinfar-installer/releases/download/1.0.3/SinfarInstaller-v30.rar) - [Download installer last version](https://git.sinfar.net/Fiery_Imp/sinfar-installer/releases/download/1.0.3/SinfarInstaller-v30.rar)
- [Download custom content manually](https://sinfar.net/haks/sinfar_all_files_v30.7z) (Not required, but highly recommended since download by the installer is unstable.) - [Download custom content manually](https://sinfar.net/haks/sinfar_all_files_v30.7z) (Not required, but highly recommended since download by the installer is unstable.)
## For developers of the Installer ### For developers of the Installer
I'll try to list here what's needed here in order to compile the Installer. I'll try to list here what's needed here in order to compile the Installer.
### Requirement #### Requirement
- NSIS - The builder [(Download here)](https://nsis.sourceforge.io/Download) - NSIS - The builder [(Download here)](https://nsis.sourceforge.io/Download)
- nsis7z - A plugin for 7z archives management ([Download here](https://nsis.sourceforge.io/Nsis7z_plug-in)) - nsis7z - A plugin for 7z archives management ([Download here](https://nsis.sourceforge.io/Nsis7z_plug-in))
- inetc - A plugin for better download ([Download here](https://github.com/DigitalMediaServer/NSIS-INetC-plugin/releases/tag/v1.0.5.7)) - inetc - A plugin for better download ([Download here](https://github.com/DigitalMediaServer/NSIS-INetC-plugin/releases/tag/v1.0.5.7))