Skip to content

Commit 1a9eff3

Browse files
committed
Add install info to readme.
1 parent bc9516b commit 1a9eff3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ulp-forth
22

3+
[![Latest Release](https://img.shields.io/github/v/release/Molorius/ulp-forth?sort=semver)](https://github.com/Molorius/ulp-forth/releases)
34
[![Test Status](https://github.com/Molorius/ulp-forth/actions/workflows/tests.yml/badge.svg)](https://github.com/Molorius/ulp-forth/actions?query=workflow%3Atests)
45
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)
56

@@ -30,6 +31,7 @@ assembly. Toggling a pin is 4 times slower.
3031
Copyright 2024-2025 Blake Felt [email protected]
3132

3233
# Contents
34+
* [Installation](#installation)
3335
* [Building ulp-forth](#building-ulp-forth)
3436
* [Using ulp-forth](#using-ulp-forth)
3537
* [Sharing memory](#sharing-memory)
@@ -45,6 +47,15 @@ Copyright 2024-2025 Blake Felt [email protected]
4547
* [Standard Double words](#standard-double-words)
4648
* [Optimizations](#optimizations)
4749

50+
# Installation
51+
52+
Releases can be found on the [release page](https://github.com/Molorius/ulp-forth/releases).
53+
54+
You can also build the latest tagged version from source with:
55+
```bash
56+
go install github.com/Molorius/ulp-forth@latest
57+
```
58+
4859
# Building ulp-forth
4960

5061
The compiler can be built with `go build`. Unit tests are run on the

0 commit comments

Comments
 (0)