Skip to content

Commit ea1e735

Browse files
committed
Editing readme
1 parent 9799157 commit ea1e735

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,24 @@ Go links work by storing 2 key pieces of information: a URL and a keyword. The t
1616

1717
There are a few technical implementations that can get go links to work.
1818

19-
[![Installing golinks](https://raw.githubusercontent.com/GoLinks/golinks/golinks/golinks.gif)](https://asciinema.org/a/358811)
20-
2119

2220
### Install go links with a Local Host file
23-
1. Copy and paste this line into terminal
2421

22+
23+
##### install.sh
2524
```console
25+
2626
sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/GoLinks/golinks/golinks/install.sh)"
27+
2728
```
2829

30+
### Example of the go links installation script
31+
32+
> [![Installing golinks](https://raw.githubusercontent.com/GoLinks/golinks/golinks/golinks.gif)](https://asciinema.org/a/358811)
33+
34+
35+
36+
1. Copy and paste the script above into terminal
2937
2. Click [http://go/links?trackSource=install](http://go/links?trackSource=install) to test installation.
3038

3139
- If you're prompted to "Create an Account", then installation was successful.

0 commit comments

Comments
 (0)