Skip to content

Commit

Permalink
Editing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seantomburke committed Sep 10, 2020
1 parent 9799157 commit ea1e735
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,24 @@ Go links work by storing 2 key pieces of information: a URL and a keyword. The t

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

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


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


##### install.sh
```console

sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/GoLinks/golinks/golinks/install.sh)"

```

### Example of the go links installation script

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



1. Copy and paste the script above into terminal
2. Click [http://go/links?trackSource=install](http://go/links?trackSource=install) to test installation.

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

0 comments on commit ea1e735

Please sign in to comment.