diff options
author | Unknown | 2018-04-07 21:38:09 +0100 |
---|---|---|
committer | Unknown | 2018-04-07 21:38:09 +0100 |
commit | 95f119670d8a0e50c4d4f10dd59d1f73b7842df2 (patch) | |
tree | 97dc2baf3465a4fd35ad264d0f1c2cb86dc8a1bd | |
parent | b6fc6599a465d8d2a27eeb43a7e6b8e5ad9fb496 (diff) |
asdf
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,13 +13,13 @@ If it isn't on, your users will be unable to download packages! Secondly you need to create a repo.json in the folder where you want your repository to be in. In it, there should be 4 keys. - `name` This is your repo's name. -- `msg` This is your repo's message to all visitors. +- `msg` This is your repo's message to all users. You can set it to anything you want! - `packages` This is an array containing all the names of packages. Here's an example: ```json { "name": "Example of a repo.json", - "motd": "This is an example repo.json", + "msg": "This is an example repo.json", "packages": [ "examplepkg1", "examplepkg2", |