Skip to content

Commit

Permalink
Update readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
tduva committed Aug 2, 2020
1 parent 2129bf5 commit 250efe1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,6 @@ External Libraries
* License: "LGPL-3.0 License"
* Using JNA (<https://github.com/java-native-access/jna>) under "Apache License 2.0"

* JIntellitype:
* Files under `assets/lib/`: `jintellitype-*.jar`, `Jintellitype*.dll`, `jintellitype-*-dist.zip`
* Website: <https://code.google.com/p/jintellitype/>
* License: "Apache License 2.0"
(for the license text see the APACHE_LICENSE file
or <http://www.apache.org/licenses/LICENSE-2.0>).

* JTattoo by MH Software-Entwicklung:
* Files under `assets/lib/`: `JTattoo-*.jar`, `JTattoo-*-sources.zip`
* Website: <http://www.jtattoo.net>
Expand Down
4 changes: 2 additions & 2 deletions assets-bundle/readme-bundle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a bundled version of Chatty, which includes:
subdirectory, which is used to run Chatty without having to have Java
installed on the system
* Some additional fallback fonts
* The Chatty.exe and some helper libraries
* The Chatty.exe and some helper libraries to launch Chatty

Advantages
----------
Expand All @@ -28,7 +28,7 @@ Use and configure
=================

Execute the Chatty.exe to start the Chatty with the bundled runtime. The
working directory should be the `app` directory.
working directory is always set to the `app` directory.

You can add/remove JVM and Chatty commandline options in the `app/Chatty.cfg`
file. For example add `-cd` to the `ArgOptions` section to save settings to
Expand Down
17 changes: 9 additions & 8 deletions assets/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Installation
No real need for installation, just extract the Chatty_*.zip file into a
folder and start the Chatty.jar with Java.

If you want to use Global Hotkey support for Windows, you also need the JIntellitype.dll in the
folder you execute Chatty from.

Starting Chatty
---------------

Expand All @@ -42,25 +39,29 @@ This also allows you to add launch options, for example defining the channel to
If you create a shortcut like this, make sure you set the working directory correctly
(specified in a field labeled "Run in" or similar). This can be important for some features.

You may also need to specify the full path to Java if just "javaw -jar" doesn't work, for
example:
You may also need to specify the full path to Java if just "javaw -jar" doesn't work:

C:\Windows\System32\javaw.exe -jar "C:\Program Files (x86)\Chatty\Chatty.jar"

Or to use a specific JRE:

C:\Program Files\Java\jre1.8.0_261\bin\javaw.exe -jar "<Path to Chatty.jar>"

Settings
--------

Settings are saved in a ".chatty" subfolder of your user directory by default. You can
find out where the settings are saved to by entering "/dir" in Chatty.

You can change this location to your current working directory by using the "-cd" launch
option or to a specified directory by using the "-d <dir>" launch option (the dir has to
exist already).
option, to a specified directory by using the "-d <dir>" launch option (the dir has to
exist already) or to a directory located next to the Chatty.jar by using the "-portable"
launch option.

Logfile
-------

There is a /debuglogs subfolder in the settings directory which contains a
There is a /debuglogs subdirectory in the settings directory which contains a
number of different debug logs. There is more information on them in the help.

More Help
Expand Down

0 comments on commit 250efe1

Please sign in to comment.