From a1719a182028760f0d0d5f5ed50a94f8ae1d001c Mon Sep 17 00:00:00 2001 From: Jack T Date: Thu, 25 Apr 2024 15:31:38 -0700 Subject: [PATCH 1/2] Show a better method of describing existing assets in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 798c4dd..1c99853 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,9 @@ luau = true type = "user" id = 9670971 -[existing."test/online_asset.ogg"] -id = 583095803 +[existing] +"test/some_sound_on_roblox.ogg" = { id = 123456789 } +"test/some_image_on_roblox.png" = { id = 987654321 } ``` From c92efc40e355992a3bc1089cb1522d3227736e3d Mon Sep 17 00:00:00 2001 From: Jack T Date: Thu, 25 Apr 2024 15:33:28 -0700 Subject: [PATCH 2/2] Explain how to get an API key --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c99853..2085e04 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,5 @@ Just run `asphalt` and make sure you have a config file as specified above. When ## API Key You will need an API key to run Asphalt. You can specify this using the `--api-key` argument, or the `ASPHALT_API_KEY` environment variable. + +You can get one from the [Creator Dashboard](https://create.roblox.com/dashboard/credentials). Make sure you select the correct group and Asset-related permissions.