Skip to content

Commit f6b7543

Browse files
committed
Update README.md & CHANGES for 0.99
1 parent 6a72c5c commit f6b7543

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
===== 0.99 (2016-12-09) =====
2+
3+
Initial version (beta)

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
## Introduction
44

55
The Ocsigen Toolkit is a set of user interface widgets that facilitate
6-
the development of Eliom applications. The toolkit is in a very early
7-
stage of development.
6+
the development of Eliom applications. The toolkit is in beta state.
87

98
## Installation
109

11-
Use opam to install, after pinning the github repository.
10+
Use `opam` to install:
1211

13-
**NB:** you may want to include provided css in you own stylesheet.
14-
Have a look at [css](/css) directory to find corresponding style to
15-
use with modules you use.
12+
```
13+
opam install opam-repository
14+
```
15+
16+
**NB:** you may want to include the provided CSS in you own project.
17+
Take a look at the `css` directory for the style files that correspond
18+
to the modules you use.

0 commit comments

Comments
 (0)