Skip to content

Commit 2eea945

Browse files
Update README.md
1 parent 40d9e01 commit 2eea945

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ The interface of Kratos with [GiD](http://www.gidhome.com).
77
If you need the latest release, launch your GiD, navigate to Data > Problemtype > Internet retrieve and download Kratos there. Available for Linux. Windows, and macOS. If you need the developer version, you are on the right place
88

99
## First steps
10-
* Install the latest GiD developer version -> [Developer version](http://www.gidhome.com/download/developer-versions)
11-
* Navigate to GiD's problemtype folder and delete previous kratos.gid
12-
* Create there a link to our [kratos.gid](./kratos.gid/)
13-
* Navigate to kratos.gid/exec/
14-
* Create there a symbolic link to the kratos installation folder (where runkratos is located)
15-
* Unix : `ln -s ~/Kratos Kratos` or maybe `ln -s ~/Kratos/bin/Release Kratos` if that's the destination folder
16-
* Windows : `mklink /J Kratos C:\kratos` or maybe `mklink /J Kratos C:\kratos\bin\Release` (choose actual Kratos installation folder)
10+
* 1- Clone this repository, or install a [release](https://github.com/KratosMultiphysics/GiDInterface/releases)
11+
* 2- Install the latest GiD developer version -> [Developer version](http://www.gidhome.com/download/developer-versions)
12+
* 3- Navigate to GiD's problemtype folder and delete previous kratos.gid
13+
* Create there a link to our [kratos.gid](./kratos.gid/) downloaded in step 1
14+
* 4- Navigate to kratos.gid/exec/
15+
* Create there a symbolic link to the kratos installation folder (where runkratos is located)
16+
* Unix : `ln -s ~/Kratos Kratos` or maybe `ln -s ~/Kratos/bin/Release Kratos` if that's the destination folder
17+
* Windows : `mklink /J Kratos C:\kratos` or maybe `mklink /J Kratos C:\kratos\bin\Release` (choose actual Kratos installation folder)
1718

1819
## Usage
1920
* Run GiD

0 commit comments

Comments
 (0)