mirror of
https://github.com/nmattia/niv.git
synced 2024-11-09 12:38:31 +03:00
Fix README*
This commit is contained in:
parent
205240c278
commit
20c899271f
@ -208,6 +208,8 @@ documentation for [add](#add) and [update](#update)).
|
||||
The type of the dependency is guessed from the provided URL template, if `-T`
|
||||
is not specified.
|
||||
|
||||
For updating the version of GHC used run this command:
|
||||
|
||||
``` shell
|
||||
$ niv update ghc -v 8.6.2
|
||||
```
|
||||
|
@ -205,6 +205,9 @@ The option `-v` sets the "version" attribute to `8.4.3`. The option `-t` sets a
|
||||
template that can be reused by niv when fetching a new URL (see the
|
||||
documentation for [add](#add) and [update](#update)).
|
||||
|
||||
The type of the dependency is guessed from the provided URL template, if `-T`
|
||||
is not specified.
|
||||
|
||||
For updating the version of GHC used run this command:
|
||||
|
||||
``` shell
|
||||
|
Loading…
Reference in New Issue
Block a user