Skip to content

Commit

Permalink
Minor fixes in the README text.
Browse files Browse the repository at this point in the history
DEM logo added.
  • Loading branch information
janosmurai committed Mar 8, 2024
1 parent 5879162 commit 3e04279
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/wp-content/dem_logo_dark.png">
<img alt="DEM logo" src="docs/wp-content/dem_logo_light.png" width="150">
</picture>
</div>

<br>

<h1 align="center">
Containerized Development Environment Manager <br /> for <br /> Embedded Development
Development Environment Manager <br /> for <br /> Embedded Development
</h1>

<h3 align="center">
Manage your containerized Development Environments with ease
Manage your isolated Development Environments with ease
</h3>
<br />

Expand All @@ -13,7 +22,6 @@ Manage your containerized Development Environments with ease
<a href="https://discord.com/invite/Nv6hSzXruK" target="_blank"><img src="https://img.shields.io/discord/1156270239860920431?logo=discord&color=2C2F33&link=https%3A%2F%2Fdiscord.com%2Finvite%Nv6hSzXruK" alt="Discord"/></a>
</p>

<br />
<br />

<h3 align="center">
Expand All @@ -25,8 +33,6 @@ Get answers to your challenges, and learn more about DEM, embedded development t
</h4>

<br />
<br />


## Overview

Expand Down Expand Up @@ -133,7 +139,9 @@ In this case you only need to initialize the Dev Env with:

You can import a Dev Env descriptor JSON with:

dem load DEV_ENV_NAME
dem load PATH_TO_DEV_ENV

where PATH_TO_DEV_ENV is the path to the JSON file.

### I'd like to create my own Dev Env from scratch...

Expand All @@ -151,7 +159,7 @@ You can edit it with:

dem modify DEV_ENV_NAME

Finally, if you are ready to use it, you can initialize it with:
Finally, if you are ready to use the Development Environment, you can install it with:

dem install DEV_ENV_NAME

Expand Down
Binary file added docs/wp-content/dem_logo_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 added docs/wp-content/dem_logo_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3e04279

Please sign in to comment.