Skip to content

Commit 8fa3cb1

Browse files
Update README.md
1 parent 4df0649 commit 8fa3cb1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Do you knew that if you do use Visual Studio with frequently, and not do a syste
1212

1313
Here is the final solution for that.
1414

15-
After you install this extension, every time that you close Visual Studio this extension will keep your system clean by removing temporary files from disk that are generated by Visual studio in 'C:\Users\\[USERNAME]\AppData\Local\Temp\' and other locations.
15+
After you install this extension, every time that you close Visual Studio this extension will keep your system clean by removing temporary files from disk that are generated by Visual studio in `C:\Users\\[USERNAME]\\AppData\\Local\\Temp\\` and other locations.
1616

1717
Don't worry, this extension is very safe to be used, it will not and cannot remove important files accidentally. In fact it will keep / ignore any temp file that is not related with Visual Studio.
1818

@@ -24,7 +24,14 @@ I hope this finally helps people to say goodbye to the thousands of Visual Studi
2424

2525
## 📝 Requirements
2626

27-
- Visual Studio 2019 or 2022.
27+
- Visual Studio 2022.
28+
29+
## 🤖 Getting Started
30+
31+
Download the latest extension release by clicking [here](https://github.com/ElektroStudios/Automatic-Temp-File-Cleaner-for-Visual-Studio/releases/latest),
32+
install it, and whenever you close Visual Studio it will delete all the garbage silently on background.
33+
34+
You can check the log file `C:\Users\\[USERNAME]\\AppData\\Local\\Temp\\AutoTempFileCleaner_VS2022.log` for more details on the last clean operation did by the extension.
2835

2936
## 🔄 Change Log
3037

0 commit comments

Comments
 (0)