From 12b14ddbe34f7924092ffb48599acb4b14517d40 Mon Sep 17 00:00:00 2001 From: Xing Liu <31298876+FlyOrBoom@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:55:12 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8de54a9..7861a86 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ We recommend using SSH? ### Importing credentials -On the Terminal, write +On the Terminal, run the following line to create a blank file. ```bash nano credentials.csv ``` @@ -129,5 +129,6 @@ docker run -it \ --security-opt apparmor:unconfined \ docker-aws-jupyter ``` -5. Locate the line beginning with `localhost:` in the output, and open the address in your browser. +5. Locate the line beginning with `http://127.0.0.1:8888/lab?token=...` in the output, and open the address in your browser. + (If you are running a cloud instance, replace `127.0.0.1` with the public IP address of your cloud server.)