Skip to content

Commit 2ab20b0

Browse files
Update license directory deletion instructions
Replicate changes to license deletion instructions in Community edition doc from #884
1 parent eef0c12 commit 2ab20b0

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

tools/community-edition.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,24 +202,36 @@ Due to a general limitation of .NET tools, license data is not automatically rem
202202

203203
Delete the following directory:
204204
```
205-
%LOCALAPPDATA%\Avalonia\LicenseTickets
205+
%LOCALAPPDATA%\AvaloniaUI\Licensing
206206
```
207207

208208
To delete this folder:
209209
1. Press `Win + R` to open the Run dialog
210-
2. Type `%LOCALAPPDATA%\Avalonia\LicenseTickets` and press Enter
211-
3. Delete the entire `LicenseTickets` folder
210+
2. Type `%LocalAppData%\AvaloniaUI\Licensing` and press Enter
211+
3. Delete the entire `Licensing` folder
212212

213-
**macOS/Linux:**
213+
**macOS:**
214214

215215
Delete the following directory:
216216
```bash
217-
~/.local/share/Avalonia/LicenseTickets
217+
~/Library/Application Support/AvaloniaUI/Licensing
218218
```
219219

220220
To delete this folder:
221221
```bash
222-
rm -rf ~/.local/share/Avalonia/LicenseTickets
222+
rm -rf ~/Library/Application Support/AvaloniaUI/Licensing
223+
```
224+
225+
**Linux:**
226+
227+
Delete the following directory:
228+
```bash
229+
~/.local/share/AvaloniaUI/Licensing
230+
```
231+
232+
To delete this folder:
233+
```bash
234+
rm -rf ~/.local/share/AvaloniaUI/Licensing
223235
```
224236

225237
#### Why This Manual Step Is Necessary

0 commit comments

Comments
 (0)