File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 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.
3031Copyright 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 )
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
5061The compiler can be built with ` go build ` . Unit tests are run on the
You can’t perform that action at this time.
0 commit comments