Skip to content

Commit 66782a2

Browse files
authored
Update README.md
1 parent 18c6c15 commit 66782a2

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ To setup WorkArena, you will need to get your own ServiceNow instance, install o
5757

5858
1. Go to https://developer.servicenow.com/ and create an account.
5959
2. Click on `Request an instance` and select the `Vancouver` release (initializing the instance will take a few minutes)
60-
3. Once the instance is ready, you will see a popup showing its URL and credentials. You will also receive a copy by email. Based on this information, set the following environment variables:
61-
* `SNOW_INSTANCE_URL`: URL of your ServiceNow developer instance
62-
* `SNOW_INSTANCE_UNAME`: Just use "admin"
63-
* `SNOW_INSTANCE_PWD`: The password for your instance. Make sure you place the value in quotes "" since it might contain special characters.
64-
4. Log into your instance via a browser using the admin credentials. Close any popup that appears on the main screen (e.g., agreeing to analytics).
60+
3. Once the instance is ready, click _Return to the Developer Portal_, then navigate to _Manage instance password_ and click _Reset instance password_.
61+
4. You should now see your URL and credentials. Based on this information, set the following environment variables:
62+
* `SNOW_INSTANCE_URL`: The URL of your ServiceNow developer instance
63+
* `SNOW_INSTANCE_UNAME`: The username, should be "admin"
64+
* `SNOW_INSTANCE_PWD`: The password, make sure you place the value in quotes "" since it might contain special characters.
65+
6. Log into your instance via a browser using the admin credentials. Close any popup that appears on the main screen (e.g., agreeing to analytics).
6566

6667
**Warning:** Feel free to look around the platform, but please make sure you revert any changes (e.g., changes to list views, pinning some menus, etc.) as these changes will be persistent and affect the benchmarking process.
6768

0 commit comments

Comments
 (0)