Fix some links in the readme file
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# SonicClient
|
# SonicClient
|
||||||
This is a rudimentary (Sonic)[https://github.com/valeriansaliou/sonic]
|
This is a rudimentary [Sonic](https://github.com/valeriansaliou/sonic)
|
||||||
command-line client that I'm using to interact with a locally running
|
command-line client that I'm using to interact with a locally running
|
||||||
service.
|
service.
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ $ docker-compose up -d; docker-compose logs -f
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Client
|
## Client
|
||||||
To build the client you need a (Nim)[https://nim-lang.org/] compiler
|
To build the client you need a [Nim](https://nim-lang.org/) compiler
|
||||||
for your target architecture; once it's available, along with the
|
for your target architecture; once it's available, along with the
|
||||||
`nimble` tool, you can build the client with:
|
`nimble` tool, you can build the client with:
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user