Skip to content

Commit

Permalink
index: add a dark variant of the terminal screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 23, 2023
1 parent 9d361fc commit afab206
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added web/images/install-4-terminal-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/images/install-4-terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ MSYS2 and what for.

5. Now MSYS2 is ready for you and a terminal for the [UCRT64 environment](./docs/environments.md) will launch.

![Empty MSYS2 terminal window](images/install-4-terminal.png)
![Empty MSYS2 terminal window](images/install-4-terminal.png#gh-light-mode-only)
![Empty MSYS2 terminal window](images/install-4-terminal-dark.png#gh-dark-mode-only)

6. You will probably want to install some tools like the mingw-w64 GCC to start compiling projects. Run the following command:

Expand Down

0 comments on commit afab206

Please sign in to comment.