markdown autoformats as URL when detected.

This commit is contained in:
Steven Polley 2020-11-14 20:33:17 -07:00
parent 02cf21f092
commit 9b3f3e593f
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ If you wish to run this program yourself, you can download it from the releases
You can have pretty much any mainstream Operating System or CPU architecture out there, but you need some buildtime dependancies on your system to move forward. You may already have these, you'll know if you do.
1. Install Go (https://golang.org/)[https://golang.org/], if you don't know what this is, yes that is a picture of a gopher on the home page but this is no joke.
2. Install Git (https://git-scm.com/downloads)[https://git-scm.com/downloads], this is version control software which is used to download this code to be available on your system sp you can run it yourself if you like.
1. Install Go https://golang.org/, if you don't know what this is, yes that is a picture of a gopher on the home page but this is no joke.
2. Install Git https://git-scm.com/downloads, this is version control software which is used to download this code to be available on your system sp you can run it yourself if you like.
### Build Instructions