You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ Creating a new library
43
43
44
44
## Opam File
45
45
46
-
`mkocaml` uses `git config user.name` and `git config user.email`to fill in details. This info is used to generate a default version control url. For example, a git user name of `Chris Nevers` generates `https://github.com/chrisnevers`.
46
+
`git config` is used to fill in details.
47
47
48
-
The `opam` package will be versioned at `1.0` by default. For subsequent releases, update the version in `<project>.opam` and `Makefile` (under the `publish` section).
48
+
The project will be versioned at `1.0` by default. For subsequent releases, update the version in this file and `Makefile` (under the `publish` section).
49
49
50
-
Before publishing, ensure you fill in the `synopsis` section of the `<project>.opam`.
50
+
Before publishing, ensure you fill in the `synopsis` section.
51
51
52
52
# Contributions
53
53
Contributions to `mkocaml` are greatly appreciated! ❤️
0 commit comments