Bläddra i källkod

Update README; fixing some spacing and changing the hosting location

Miroslav Abrahám 3 år sedan
förälder
incheckning
bb130929e1
1 ändrade filer med 11 tillägg och 8 borttagningar
  1. 11 8
      README.md

+ 11 - 8
README.md

@@ -1,7 +1,7 @@
 This is my "scoop" bucket list, for personal use.
 In order to install as a new bucket, run following:
 ```
-scoop bucket add kunago https://miris%40kunago.com@bitbucket.org/kunago/scoop-bucket
+scoop bucket add kunago https://git.apason.cz/kunago/scoop-bucket
 ```
 
 # Generally about scoop installations
@@ -41,19 +41,20 @@ scoop bucket add extras
 scoop bucket add nirsoft
 scoop bucket add versions
 scoop bucket add games
-scoop bucket add kunago https://miris%40kunago.com@bitbucket.org/kunago/scoop-bucket
+scoop bucket add kunago https://git.apason.cz/kunago/scoop-bucket
 ```
 
 ## Computer specific
 - ### general programs
-```
+  ```
   scoop install nssm
+
   scoop install -g nssm 7zip ditto irfanview brave firefox thunderbird libreoffice-fresh lightscreen vcredist2015 vlc sumatrapdf syncthing tightvnc
-```
+  ```
 
   to install syncthing, run the following commands:
 
-```
+  ```
   nssm install syncthing
 
   nssm set syncthing Application C:\ProgramData\scoop\apps\syncthing\current\syncthing.exe
@@ -79,14 +80,16 @@ scoop bucket add kunago https://miris%40kunago.com@bitbucket.org/kunago/scoop-bu
   nssm set syncthing AppExit 4 Restart
 
   sc start syncthing
-```
+  ```
 
 - ### admin programs
-```
+  ```
   scoop install ccleaner cmder-full heidisql hosts-file-editor ipscan multicommander mremoteng powertoys rapidee spacesniffer speedcrunch vscodium
+
   scoop install autohotkey autoit
+
   scoop install shellexview shellmenuview
-```
+  ```
 
 ## Update
 ```