diff --git a/README.md b/README.md index 03bcaf3..1475a49 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,18 @@ +
+ + + DEM logo + +
+ +
+

- Containerized Development Environment Manager
for
Embedded Development + Development Environment Manager
for
Embedded Development

-Manage your containerized Development Environments with ease +Manage your isolated Development Environments with ease


@@ -13,7 +22,6 @@ Manage your containerized Development Environments with ease Discord

-

@@ -25,8 +33,6 @@ Get answers to your challenges, and learn more about DEM, embedded development t


-
- ## Overview @@ -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... @@ -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 diff --git a/docs/wp-content/dem_logo_dark.png b/docs/wp-content/dem_logo_dark.png new file mode 100644 index 0000000..4531e39 Binary files /dev/null and b/docs/wp-content/dem_logo_dark.png differ diff --git a/docs/wp-content/dem_logo_light.png b/docs/wp-content/dem_logo_light.png new file mode 100644 index 0000000..98c08b7 Binary files /dev/null and b/docs/wp-content/dem_logo_light.png differ