From e4168bbcf1fd9d9b86ee42528b1a90acc531f9cf Mon Sep 17 00:00:00 2001 From: Gleb <39743818+fzovpec@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:41:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84d4976..fb9cbfd 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Note: if you are on Windows and running this in PowerShell, you will need to rep The first time you run this command, it will download our Docker image. This might take a while, but it only happens during the initial run, and when an update to the tests causes the image to change. Future runs should be quick. -Once the pull finishes, your terminal will be running commands within the docker container. Next, navigate to the subfolder of the assignment you want to check. For example, for the [chat-client.md](../assignments/mandatory/chat-client.md "mention"), you would run: +Once the pull finishes, your terminal will be running commands within the docker container. Next, navigate to the subfolder of the assignment you want to check. For example, for the chat client, you would run: ```bash cd ./chat_client_check