From a5926f4b1152a2d1851a0c0d46e10337ec2e3307 Mon Sep 17 00:00:00 2001 From: JINLANG WANG <jwang2775@wisc.edu> Date: Tue, 6 Feb 2024 13:20:11 -0600 Subject: [PATCH] update lab2 --- Labs/Lab2/git-conflict/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Labs/Lab2/git-conflict/README.md b/Labs/Lab2/git-conflict/README.md index a2007ee..69e9093 100644 --- a/Labs/Lab2/git-conflict/README.md +++ b/Labs/Lab2/git-conflict/README.md @@ -4,7 +4,7 @@ 2. Clone the directory first. If you have already cloned it, `cd` into the directory and then run `git pull` to update the directory. -3. Navigate (with `cd`) to `labs/git-conflict` within the semester repo. Run `unzip repo.zip` to create a `repo` directory, which contains an `adder.py` program. (If you cannot run `unzip` correctly, try to install unzip by running `sudo apt-get install unzip`. Enter "9" for the prompt.) +3. Navigate (with `cd`) to `Labs/Lab2/git-conflict` within the semester repo. Run `unzip repo.zip` to create a `repo` directory, which contains an `adder.py` program. (If you cannot run `unzip` correctly, try to install unzip by running `sudo apt-get install unzip`. Enter "9" for the prompt.) 4. `cd` to the `repo` directory and run the program: `python3 adder.py`. -- GitLab