Skip to content

Commit 3d1a942

Browse files
authored
Update README.md
1 parent c68e425 commit 3d1a942

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

README.md

+20-14
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/42gumiqt5le643t2?svg=true)](https://ci.appveyor.com/project/gildor478/oasis)
33
[![Join the chat at https://gitter.im/ocaml/oasis](https://badges.gitter.im/ocaml/oasis.svg)](https://gitter.im/ocaml/oasis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

5-
<!--- OASIS_START --->
6-
<!--- DO NOT EDIT (digest: fa5b2e44255b14951d927b0e054fa38f) --->
7-
85
oasis - Tooling for building OCaml libraries and applications
96
=============================================================
107

@@ -31,23 +28,21 @@ tested on GNU Linux and Windows.
3128
It also allows to have standard entry points and description. It helps to
3229
integrate your libraries and software with third parties tools like OPAM.
3330

34-
See the file [INSTALL.md](INSTALL.md) for building and installation
35-
instructions.
36-
3731
[Bug reports](https://github.com/ocaml/oasis/issues)
3832

39-
Copyright and license
40-
---------------------
4133

42-
(C) 2011-2016 Sylvain Le Gall
43-
(C) 2008-2010 OCamlCore SARL
34+
Install OASIS
35+
-------------
4436

45-
oasis is distributed under the terms of the GNU Lesser General Public License
46-
version 2.1 with OCaml linking exception.
37+
The recommended way to install oasis is via the [opam package manager][opam]:
4738

48-
See [COPYING.txt](COPYING.txt) for more information.
39+
[opam]: https://opam.ocaml.org
40+
41+
```sh
42+
$ opam install oasis
43+
```
4944

50-
<!--- OASIS_STOP --->
45+
As an alternative, [INSTALL.md](INSTALL.md) explains how to build OASIS from the sources.
5146

5247
Documentation
5348
-------------
@@ -87,3 +82,14 @@ Related documentation
8782
---------------------
8883

8984
[OMake README](src/plugins/omake/README.md)
85+
86+
Copyright and license
87+
---------------------
88+
89+
(C) 2011-2016 Sylvain Le Gall
90+
(C) 2008-2010 OCamlCore SARL
91+
92+
oasis is distributed under the terms of the GNU Lesser General Public License
93+
version 2.1 with OCaml linking exception.
94+
95+
See [COPYING.txt](COPYING.txt) for more information.

0 commit comments

Comments
 (0)