From d3e66d5c9692783548ef18711162130f6e58f8ff Mon Sep 17 00:00:00 2001 From: wlfmnstr <88637424+wlfmnstr@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:57:11 -0500 Subject: [PATCH] Moves screenshots from Kazleigh to assets directory --- README.md | 4 ++-- .../Windows_command_prompt_400px.jpg | Bin .../mac_terminal_400px.png | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename Windows_command_prompt_400px.jpg => assets/Windows_command_prompt_400px.jpg (100%) rename mac_terminal_400px.png => assets/mac_terminal_400px.png (100%) diff --git a/README.md b/README.md index 3b32007..85ddfcb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Tl;dr - I love you all, and it means the world to me that you’re here. Okay, o *Mac Instructions:* Your machine should come with an application called “Terminal” - just confirm you have this app installed and can open it. -![mac_terminal_400px](https://github.com/Kazleigh/the-heartbroken-dev-tier-1/assets/165062302/123aa4a7-ebb8-4a8b-bbaf-da80e4cf4ce5) +![assets/mac_terminal_400px](https://github.com/Kazleigh/the-heartbroken-dev-tier-1/assets/165062302/123aa4a7-ebb8-4a8b-bbaf-da80e4cf4ce5) 1. Use Spotlight (cmd + space) to search for “terminal" 2. Open the app. @@ -54,7 +54,7 @@ Tl;dr - I love you all, and it means the world to me that you’re here. Okay, o Your system comes with a program called “Command Prompt.” -![Windows_command_prompt_400px](https://github.com/Kazleigh/the-heartbroken-dev-tier-1/assets/165062302/668f397f-07c7-4988-b546-29316cde1e4b) +![assets/Windows_command_prompt_400px](https://github.com/Kazleigh/the-heartbroken-dev-tier-1/assets/165062302/668f397f-07c7-4988-b546-29316cde1e4b) 1. To access it, click on the Start menu or press the Windows key. 2. Type `cmd` into the search bar and press Enter. diff --git a/Windows_command_prompt_400px.jpg b/assets/Windows_command_prompt_400px.jpg similarity index 100% rename from Windows_command_prompt_400px.jpg rename to assets/Windows_command_prompt_400px.jpg diff --git a/mac_terminal_400px.png b/assets/mac_terminal_400px.png similarity index 100% rename from mac_terminal_400px.png rename to assets/mac_terminal_400px.png