Skip to content

Commit

Permalink
add github download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanb committed Jun 18, 2023
1 parent 7a6e285 commit d3045a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: GORTS
on:
push:
tags:
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![](gorts.png)

[![builds.sr.ht status](https://builds.sr.ht/~nhanb/gorts/commits/master.svg)](https://builds.sr.ht/~nhanb/gorts/commits/master?)
[![github status](https://github.com/nhanb/gorts/actions/workflows/release.yml/badge.svg?branch=master)](https://github.com/nhanb/gorts/actions/workflows/releaseyml)

... is [ORTS][1] but in pure Go and pure Tcl/Tk
passing messages through good ole pipes, the way Bell Labs intended.
Expand All @@ -13,8 +14,20 @@ Nothing is guaranteed to work yet. If you need something to use _now_, see

# Download

You can either download from SourceHut or GitHub.

## SourceHut

Go to <https://git.sr.ht/~nhanb/gorts/refs>, click on the latest version
(vX.X.X), download either `GORTS-Linux.zip` or `GORTS-Windows.zip`.
(vX.X.X), download either `GORTS-Linux-vX.X.X.zip` or
`GORTS-Windows-vX.X.X.zip`.

## GitHub (downloads faster in my experience)

Go to <https://github.com/nhanb/gorts/releases/latest>, download either
`GORTS-Linux.zip` or `GORTS-Windows.zip`.

# Use

## Windows

Expand Down

0 comments on commit d3045a3

Please sign in to comment.