From 0eed30d689691dd5471f33e5d77f78e1453999f9 Mon Sep 17 00:00:00 2001 From: Andrej Petar Rasevic <arasevic@terpmail.umd.edu> Date: Thu, 2 Jan 2025 22:22:24 -0500 Subject: [PATCH] Update file README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d182ff4..912a1b5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You will need to clone this repository on your local development machine. In add The following set-up steps assume https as the chosen protocal for cloning your git repo and adding upstream. 1. clone your repo locally wherever you plan on doing your development work for the course. -Navigate to the directory where you want to clone your repository and run the following command: `git clone https://gitlab.cs.umd.edu/cmsc388awinter2025/cmsc388a-<your-directory-id>.git`. When this command is complete you will now see a new directory that will have the name `cmsc335-<your-directory-id>`. +Navigate to the directory where you want to clone your repository and run the following command: `git clone https://gitlab.cs.umd.edu/cmsc388awinter2025/cmsc388a-<your-directory-id>.git`. When this command is complete you will now see a new directory that will have the name `cmsc388a-<your-directory-id>`. 2. Navigate into your new cloned repository. From the command line you would enter: `cd cmsc388a-<your-directory-id>`. 3. Run `git remote -v`. You should see an output like the following: ``` -- GitLab