Skip to content

Commit a65cb13

Browse files
committed
Updating README
1 parent 1a9301f commit a65cb13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ are archived as part of Cbc
7575
```
7676
* Fedora/Redhat/CentOS:
7777
```
78-
$ sudo yum install coin-or-CoinUtils coin-or-CoinUtils-devel
78+
$ sudo dnf install coin-or-CoinUtils coin-or-CoinUtils-devel
7979
```
8080
* freebsd:
8181
```
@@ -92,15 +92,15 @@ are archived as part of Cbc
9292
$ brew install coin-or-tools/coinor/coinutils
9393
```
9494
95-
* *conda* (cross-platform, no Windows for now):
95+
* *conda* (cross-platform):
9696
```
97-
$ conda install coin-or-coinutils
97+
$ conda install coin-or-utils
9898
```
9999
100100
Due to license incompatibilities, pre-compiled binaries lack some
101101
functionality. If binaries are not available for your platform for the latest
102102
version and you would like to request them to be built and posted, feel free
103-
to let us know on the mailing list.
103+
to open a discussion on Github.
104104
105105
### Source
106106
@@ -156,7 +156,7 @@ make install
156156
157157
If you have `Doxygen` available, you can build a HTML documentation by typing
158158
159-
`make doxygen-docs`
159+
`make doxydoc`
160160
161161
in the build directory. If CoinUtils was built via `coinbrew`, then the build
162162
directory will be `./build/CoinUtils/master` by default. The doxygen documentation main file

0 commit comments

Comments
 (0)