Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Systemcluster committed Mar 12, 2019
1 parent bdcad37 commit 7709e2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ This is a fork of the original program by @stefan3372 that includes some additio
Please check out his [original branch](https://github.com/stefan3372/The-WItcher-3-Mod-manager)
and his [release on Nexusmods](https://www.nexusmods.com/witcher3/mods/2678).

For a list of changes, see [this pull request](https://github.com/stefan3372/The-WItcher-3-Mod-manager/pull/7).

## Usage

Download and unpack the [latest release](https://github.com/Systemcluster/The-Witcher-3-Mod-manager/releases/latest). It should be 100% backwards-compatible to the original version and can be used as a drop-in replacement.

A configuration file `config.ini` will be created under `Documents\The Witcher 3 Mod Manager`. To run in portable mode, simply create a new `config.ini` in the same directory as the executable or move the existing `config.ini` there.
2 changes: 1 addition & 1 deletion src/globals/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
AUTHORS = ["Stefan Kostic (stefan3372)", "Christian Sdunek (Systemcluster)"]
AUTHORS_MAIL = ["[email protected]", "[email protected]"]
URL_WEB = "https://rd.nexusmods.com/witcher3/mods/2678"
URL_GIT = "https://github.com/stefan3372/The-WItcher-3-Mod-manager.git"
URL_GIT = "https://github.com/Systemcluster/The-Witcher-3-Mod-manager.git"

TRANSLATE = QCoreApplication.translate

0 comments on commit 7709e2a

Please sign in to comment.