Skip to content

fix: inaccurate telerik-license.txt location for Windows users #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion licensing/set-up-your-license.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ To activate the Telerik JustMock license:

* Copy the [downloaded](#downloading-the-license-key) `telerik-license.txt` license key file to your home directory. This makes the license key available to all projects that you develop on your computer:

* For Windows: `%AppData%\Roaming\Telerik\telerik-license.txt`.
* For Windows: `%AppData%\Telerik\telerik-license.txt`.
* For macOS/Linux: `${HOME}/.telerik/telerik-license.txt`.

Before placing the `telerik-license.txt` file in your home directory, ensure the necessary folder structure exists. Create any required directories in your home folder if they do not already exist.

> **Tip!**
>
>For Windows users, make sure the location of `telerik-license.txt` should look like `C:\Users\[Your Windows account name]\AppData\Roaming\Telerik\telerik-license.txt`

## Updating Your License Key

Expand Down