Changes between Initial Version and Version 1 of jazz/22-11-29
- Timestamp:
- Nov 29, 2022, 3:23:08 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/22-11-29
v1 v1 1 = 2022-11-29 = 2 3 == scoop == 4 5 If your Windows is running out of disk space and you used scoop to install software, 6 try following two commands: 7 8 {{{ 9 #!sh 10 scoop cleanup -a 11 scoop cache rm -a 12 }}}