Skip to content

Commit c4f3f3f

Browse files
committed
updated README
1 parent fd4733d commit c4f3f3f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For full documentation about emitters, referential integrity, how to write templ
2020

2121
## Building and compiling
2222

23-
JR requires Go 1.22
23+
JR requires Go 1.24
2424

2525
you can use the `make_install.sh` to install JR. This script does everything needed in one simple command.
2626

@@ -30,9 +30,12 @@ you can use the `make_install.sh` to install JR. This script does everything nee
3030

3131
These are the steps in the `make_install.sh` script if you want to use them separately:
3232

33-
```shell
33+
```bash
34+
# generates the code and compile everything
3435
make all
35-
make copy_templates
36+
# copy the templates and data directory in your $JR_SYSTEM_DIR, which defaults to $XDG_CONFIGDIR for your OS
37+
make copy_templates
38+
# copy the jr bin in /usr/local/bin
3639
sudo make install
3740
```
3841

0 commit comments

Comments
 (0)