Update README and metadata

This commit is contained in:
Mikko Ahlroth 2024-04-20 11:34:11 +03:00
parent 025a598083
commit b84649cacc
2 changed files with 7 additions and 4 deletions

View file

@ -11,7 +11,7 @@ Gloss runs on the JavaScript target and it's tested with Node.js.
## Quickstart
Gloss is not yet available on Hex. You can use it with a path dependency instead. Create a new
Gleam project and add the following to `gleam.toml`:
Gleam project, clone Gloss to some path, and add the following to `gleam.toml`:
```toml
[dependencies]

View file

@ -7,9 +7,12 @@ gleam = "~> 1.1"
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "username", repo = "project" }
# links = [{ title = "Website", href = "https://gleam.run" }]
licences = ["AGPLv3-or-later"]
repository = { type = "gitlab", user = "Nicd", repo = "gloss" }
links = [
{ title = "User's Guide", href = "https://nicd.gitlab.io/gloss_blog/guide.html" },
{ title = "Demo Blog", href = "https://nicd.gitlab.io/gloss_blog" },
]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.