Skip to content

Commit 0d16476

Browse files
committed
fix reame
1 parent 8ae0b78 commit 0d16476

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ At UMPL to fix the null problem, we have invented a new type called hempty, whic
1313

1414
All bug reports head straight to /dev/hempty
1515

16+
# Installation/Building
17+
18+
## Building
19+
20+
- Install rust and cargo
21+
- Clone the repository
22+
- run `cargo build --release`
23+
24+
## Installation
25+
26+
- Install rust and cargo
27+
- run `cargo install umpl`
28+
1629
## Case conventions
1730

1831
Variables in UMPL must follow the kebab-case naming convention and have no uppercase letters.
@@ -162,5 +175,5 @@ one or more arguments
162175

163176
# Contributing
164177

165-
If you have any Ideas for the language put contribute them in [this file](https://github.com/mendelsshop/compiler/blob/main/Ideas.md)
178+
If you have any Ideas for the language put them in [this file](https://github.com/mendelsshop/compiler/blob/main/Ideas.md)
166179
along with an example or two according of how to use it in the language.

0 commit comments

Comments
 (0)