File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,24 @@ Go links work by storing 2 key pieces of information: a URL and a keyword. The t
16
16
17
17
There are a few technical implementations that can get go links to work.
18
18
19
- [ ![ Installing golinks] ( https://raw.githubusercontent.com/GoLinks/golinks/golinks/golinks.gif )] ( https://asciinema.org/a/358811 )
20
-
21
19
22
20
### Install go links with a Local Host file
23
- 1 . Copy and paste this line into terminal
24
21
22
+
23
+ ##### install.sh
25
24
``` console
25
+
26
26
sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/GoLinks/golinks/golinks/install.sh)"
27
+
27
28
```
28
29
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
29
37
2 . Click [ http://go/links?trackSource=install ] ( http://go/links?trackSource=install ) to test installation.
30
38
31
39
- If you're prompted to "Create an Account", then installation was successful.
You can’t perform that action at this time.
0 commit comments