Skip to content

Commit 66e3d88

Browse files
changed template for installDevonfwIde in wiki runner
1 parent 15b65bf commit 66e3d88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

engine/engine.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Playbook } from "./playbook";
33
import { Runner } from "./runner";
44
import { RunCommand } from "./run_command";
55
import { RunResult } from "./run_result";
6-
import { WikiRunner } from "./wikiRunner";
76

87
export class Engine {
98

runners/wikiConsole/templates/installDevonfwIde.asciidoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ After that you need to extract the downloaded file. To do this, run `tar -xvzf d
2121

2222
Setup
2323
~~~~~~
24-
First you need to prepare a settings repository to specify the tools to be installed within the devonfw IDE. For this clone the repository on https://github.com/devonfw/ide-settings or your own fork of it.
24+
First, you need to prepare a settings repository to specify the tools to be installed within the devonfw IDE. Normally this is done by your project. If you just want to test the devonfw IDE, you can use the default URL, which is https://github.com/devonfw/ide-settings.
2525

26+
For now clone the repository on https://github.com/devonfw/ide-settings or your own fork of it.
2627
For this tutorial you have to write `DEVON_IDE_TOOLS=(<%= tools; %>)` into the devon.properties file of the cloned settings repository. These settings will now be passed into the installation process of the devonfw IDE.
2728
Start the setup process by executing `.\setup 'path/to/settings'` (Windows) or `bash setup path/to/settings.git` (Linux).
2829

29-
You can also just execute `.\setup` (Windows) or `bash setup` (Linux) and press Enter when the setup assistent asks for the URL to the settings repository. This will download the default settings and install the default tools within the defonfw IDE.
30+
You can also just execute `.\setup` (Windows) or `bash setup` (Linux) and press Enter when the setup assistent asks for the URL to the settings repository. This will also download the default settings and install the default tools within the defonfw IDE.

0 commit comments

Comments
 (0)