CRLF on Windows release readme

This commit is contained in:
tildearrow 2024-02-04 11:26:53 -05:00
parent 4679f849b3
commit 05efb0d2d9
2 changed files with 46 additions and 46 deletions

View file

@ -1,35 +1,35 @@
# Furnace (chiptune tracker) # Furnace (chiptune tracker)
thank you for acquiring Furnace! I hope you enjoy using it. thank you for acquiring Furnace! I hope you enjoy using it.
extract this archive, and run furnace.exe to get started. extract this archive, and run furnace.exe to get started.
# help # help
some technical computing background is recommended for the best experience. some technical computing background is recommended for the best experience.
be sure to read the `manual.pdf` file for information on how to use this program. be sure to read the `manual.pdf` file for information on how to use this program.
if you find issues (e.g. bugs or annoyances), report them. links below. if you find issues (e.g. bugs or annoyances), report them. links below.
# links # links
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace - Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
- issues: https://github.com/tildearrow/furnace/issues - issues: https://github.com/tildearrow/furnace/issues
- discussion: https://github.com/tildearrow/furnace/discussions - discussion: https://github.com/tildearrow/furnace/discussions
- Furnace on Discord: https://discord.gg/EfrwT2wq7z - Furnace on Discord: https://discord.gg/EfrwT2wq7z
- Furnace on Revolt: https://rvlt.gg/GRPS6tmc - Furnace on Revolt: https://rvlt.gg/GRPS6tmc
- online manual: https://tildearrow.org/furnace/doc/v0.6.1/ - online manual: https://tildearrow.org/furnace/doc/v0.6.1/
# notes # notes
copyright (C) 2021-2024 tildearrow and contributors. copyright (C) 2021-2024 tildearrow and contributors.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Furnace is NOT affiliated with Delek or DefleMask in any form, regardless of its ability to load and save the .dmf, .dmp and .dmw file formats. Furnace is NOT affiliated with Delek or DefleMask in any form, regardless of its ability to load and save the .dmf, .dmp and .dmw file formats.
additionally, Furnace does not intend to replace DefleMask, nor any other program. additionally, Furnace does not intend to replace DefleMask, nor any other program.

View file

@ -1,11 +1,11 @@
# unstable build notice # unstable build notice
this is a dev build (also known as "unstable", "artifact" or "nightly"). this is a dev build (also known as "unstable", "artifact" or "nightly").
it may contain work-in-progress features and/or bug fixes. it may contain work-in-progress features and/or bug fixes.
no compatibility is guaranteed between unstable and stable - you have been warned! no compatibility is guaranteed between unstable and stable - you have been warned!
# the .pdb file # the .pdb file
YOU SHALL COPY THIS FILE ALONGSIDE furnace.exe. it contains debug information which is vital in the moment of a crash. YOU SHALL COPY THIS FILE ALONGSIDE furnace.exe. it contains debug information which is vital in the moment of a crash.
failure to copy this file will result in useless backtraces (furnace_crash.txt) and therefore hinder me from fixing any crashes. failure to copy this file will result in useless backtraces (furnace_crash.txt) and therefore hinder me from fixing any crashes.