Skip to content

Commit f851500

Browse files
Merge pull request #76 from ServiceNow/jardinetsouffleton-patch-1
Update README.md
2 parents 880957e + 76616fa commit f851500

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ To setup WorkArena, you will need to get your own ServiceNow instance, install o
4848
1. Go to https://developer.servicenow.com/ and create an account.
4949
2. Click on `Request an instance` and select the `Washington` release (initializing the instance will take a few minutes)
5050
3. Once the instance is ready, you should see your instance URL and credentials. If not, click _Return to the Developer Portal_, then navigate to _Manage instance password_ and click _Reset instance password_.
51-
4. You should now see your URL and credentials. Based on this information, set the following environment variables:
51+
4. Change the role of the user to admin in yoyr instance parameters ![image](https://github.com/user-attachments/assets/6f0fbf8e-f40f-411a-84cb-fead93d85f60)
52+
53+
5. You should now see your URL and credentials. Based on this information, set the following environment variables:
5254
* `SNOW_INSTANCE_URL`: The URL of your ServiceNow developer instance
5355
* `SNOW_INSTANCE_UNAME`: The username, should be "admin"
5456
* `SNOW_INSTANCE_PWD`: The password, make sure you place the value in quotes "" and be mindful of [escaping special shell characters](https://onlinelinuxtools.com/escape-shell-characters). Running `echo $SNOW_INSTANCE_PWD` should print the correct password.

0 commit comments

Comments
 (0)