Merge pull request #78 from MrHinsh/updateInstallInstructions

Update installation Instructions
This commit is contained in:
Mathias Olausson 2023-04-11 16:13:24 +02:00 коммит произвёл GitHub
Родитель 925c384413 a8b1573d0c
Коммит 75b3918625
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 1 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -2,3 +2,4 @@ node_modules/*
output/*
build/*
test/*
/.vs

Просмотреть файл

@ -8,7 +8,9 @@ NOTE: This only works with 'Inherited Process', for 'XML process' you may upload
## Run
- Install npm if not yet - [link](https://www.npmjs.com/get-npm)
To run this tool you must have both NodeJS and NPM installed. They are available as a single package and instructions are below.
- Install Node from https://nodejs.org/en/download/ or https://nodejs.org/en/download/package-manager/
- Install this package through `npm install process-migrator -g`
- Create and fill required information in config file *configuration.json*. See [document section](#documentation) for details