diff --git a/README.md b/README.md index dbda5b4..26db7c9 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/gleam.toml b/gleam.toml index 1868c5a..d919c83 100644 --- a/gleam.toml +++ b/gleam.toml @@ -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/.