NIFI-5787 Update ReadMe doc to start Nifi on windows

Update 1.8 assembly ReadMe doc to start Nifi on windows. Change it to run-nifi.bat

This closes #3127.

Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
This commit is contained in:
Brandon 2018-11-05 11:16:37 +08:00 committed by Koji Kawamura
parent d0688d0785
commit aabb5d7832
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Apache NiFi was made for dataflow. It supports highly configurable directed grap
To start NiFi:
- [linux/osx] execute bin/nifi.sh start
- [windows] execute bin/start-nifi.bat
- [windows] execute bin/run-nifi.bat
- Direct your browser to http://localhost:8080/nifi/
## Getting Help