From 6755ea5999b337db6afe4f2bfc6af1b4f3087b80 Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Mon, 26 Aug 2019 09:54:30 -0400 Subject: [PATCH] auto --- project0/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project0/README.md b/project0/README.md index ebe6706..5a5aac9 100644 --- a/project0/README.md +++ b/project0/README.md @@ -19,7 +19,7 @@ collaboration for your class project, or for other classes. We will be using the department `gitlab` for downloading project materials, and Elms for uploading. Clone `Project1` by installing `git`, and then: -`git clone https://gitlab.cs.umd.edu/keleher/424-f19/project1.git` +`git clone https://gitlab.cs.umd.edu/keleher/424f19` *NOTE*: If you are having trouble installing `git`, you can just download the files instead (as a zipfile), although updating may become tedious. @@ -122,5 +122,5 @@ This will start a server on the VM, listening on port 8888. We will access it fr * The second Notebook ("Basics of SQL") covers basics of SQL, by connecting to your local PostgreSQL instance. The Notebook also serves as an alternative mechanism to run queries. However, in order to use that, you must set up a password in `psql` using `\password` (set the password to be `ubuntu`). ### Submission Instructions -This project is ungraded and does not need to be submitted, but you should finish **before September 1.** +This project is ungraded and does not need to be submitted, but you should try to finish **before September 1.** -- GitLab