Fix links in README
This commit is contained in:
parent
63ea16d9e1
commit
46c4a1ac97
10
README.md
10
README.md
@ -1,7 +1,7 @@
|
|||||||
# curly — Working solution to the Krul puzzle
|
# curly — Working solution to the Krul puzzle
|
||||||
|
|
||||||
This tool will run a small compiler which implements the language from the (Krul
|
This tool will run a small compiler which implements the language from the [Krul
|
||||||
puzzle)[https://bobpolis.com/krul/]. The sources also contain an older
|
puzzle](https://bobpolis.com/krul/). The sources also contain an older
|
||||||
implementation, to be found in the interpreter files. This could also be used as
|
implementation, to be found in the interpreter files. This could also be used as
|
||||||
a drop-in replacement for the compiler, by changing the appropriate line in
|
a drop-in replacement for the compiler, by changing the appropriate line in
|
||||||
`main.cpp`.
|
`main.cpp`.
|
||||||
@ -14,9 +14,9 @@ Build using:
|
|||||||
|
|
||||||
but first install the dependencies:
|
but first install the dependencies:
|
||||||
|
|
||||||
- (libsclogging)[https://git.bobpolis.com/bob/libsclogging]
|
- [libsclogging](https://git.bobpolis.com/bob/libsclogging)
|
||||||
- (libscterm)[https://git.bobpolis.com/bob/libscterm]
|
- [libscterm](https://git.bobpolis.com/bob/libscterm)
|
||||||
- (libscrequest)[https://git.bobpolis.com/bob/libscrequest]
|
- [libscrequest](https://git.bobpolis.com/bob/libscrequest)
|
||||||
- libcurl
|
- libcurl
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user