This directory contains the needed files and scripts to  install Fresh IDE
application and mime-types of the editited files in Linux and similar OSes.

Use it only after installing Fresh IDE in the place, where it will stay.

Let say, you placed the Fresh IDE in "/usr/local/bin/Fresh".

1. Open the file "fresh.desktop" in some text editor and replace the 
placeholder "%fresh%" (without quotes) with "/usr/local/bin/Fresh" 
(or the path to your Fresh IDE installation).

This placeholder is located on the line 3 and line 6 of the file fresh.desktop.

2. Copy "fresh.desktop" in the directory "/usr/share/applications" (as root) or
to "~/.local/applications" (as normal user).

After this operation, Fresh IDE should appear in your OS start menu in the 
"Development" section.

3. Open terminal window in the %fresh%/IDE/mime_types and depending on your desktop
theme settings, run one of the scripts:

"install_mime_dark.sh" if you have dark theme installed, or 
"install_mime_light.sh" if you have light theme installed.

After this step, your desktop file manager should start to recognize the files:

".asm" and ".inc" as "ASM source code", 
".frm" as "Fresh IDE form definition" and
".fpr" as "Fresh IDE project"

Then you easy can configure your file manager to open these files with Fresh IDE, simply
choosing it from the application selecting dialog of the file manager.

When not needed anymore, these definitions can be easily removed simply starting the
script "uninstall_mime.sh"

If you change the OS theme  from ligth to dark or vice versa, simply run the respective
script in order to update the file icons.