You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ To setup WorkArena, you will need to get your own ServiceNow instance, install o
61
61
4. You should now see your URL and credentials. Based on this information, set the following environment variables:
62
62
*`SNOW_INSTANCE_URL`: The URL of your ServiceNow developer instance
63
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.
64
+
*`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).
65
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).
66
66
67
67
**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.
0 commit comments