Skip to content

Commit 1af168f

Browse files
authored
Update license directory deletion instructions
1 parent e272297 commit 1af168f

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

accelerate/community.md

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

207207
Delete the following directory:
208208
```
209-
%LOCALAPPDATA%\Avalonia\LicenseTickets
209+
%LocalAppData%/AvaloniaUI/Licensing
210210
```
211211

212212
To delete this folder:
213213
1. Press `Win + R` to open the Run dialog
214-
2. Type `%LOCALAPPDATA%\Avalonia\LicenseTickets` and press Enter
215-
3. Delete the entire `LicenseTickets` folder
214+
2. Type `%LocalAppData%/AvaloniaUI/Licensing` and press Enter
215+
3. Delete the entire `Licensing` folder
216216

217-
**macOS/Linux:**
217+
**macOS:**
218218

219219
Delete the following directory:
220220
```bash
221-
~/.local/share/Avalonia/LicenseTickets
221+
~/Library/Application Support/AvaloniaUI/Licensing
222222
```
223223

224224
To delete this folder:
225225
```bash
226-
rm -rf ~/.local/share/Avalonia/LicenseTickets
226+
rm -rf ~/Library/Application Support/AvaloniaUI/Licensing
227+
```
228+
229+
**Linux:**
230+
231+
Delete the following directory:
232+
```bash
233+
~/.local/share/AvaloniaUI/Licensing
234+
```
235+
236+
To delete this folder:
237+
```bash
238+
rm -rf ~/.local/share/AvaloniaUI/Licensing
227239
```
228240

229241
### Why This Manual Step Is Necessary

0 commit comments

Comments
 (0)