From 4c7bea2f88bf1a8657e7c5e1074d3334b70956c5 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Fri, 14 Dec 2012 14:31:13 +0000 Subject: [PATCH] GettingStarted changed Minor cosmetic ocrrections --- GettingStarted.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/GettingStarted.md b/GettingStarted.md index 01ebd7e3..fdf10fe6 100644 --- a/GettingStarted.md +++ b/GettingStarted.md @@ -63,19 +63,18 @@ e.g.: qvm-run -a red firefox ``` -Adding/Removing domains ------------------------ +Adding/Removing/Lising domains +------------------------------ -You can easily add/remove domains by clicking buttons in the Qubes Manager (you can find it in the tray -- it's the colourful icon with three little cubes: red, green and blue). +You can easily add/remove domains by clicking buttons in the Qubes Manager. -\ +You can also create/remove/list domains from command line (console under Dom0) using the following tools: -You can also create/remove domains from command line (console under Dom0) using the following tools: +- `qvm-create` +- `qvm-remove` +- `qvm-ls` -- ```qvm-create``` -- ```qvm-remove``` - -The ```qvm-create``` is more powerful way of creating domains than the "Add" button in the manager, because it allows you to pass a few special options that allow to create special types of domains, such as **Standalone VM** (that is not based on a Template) or **NetVMs** or **ProxyVMs** -- you can read more on this in other chapters of this guide. +The `qvm-create` is a more powerful way of creating domains than the "Add" button in the Qubes Manager, because it allows you to pass a few special options that allow to create special types of domains, such as e.g. a **Standalone VM** (that is not based on a Template) or **NetVMs** or **ProxyVMs** -- you can read more on this in other chapters of this guide. How many domains do I need? ---------------------------