diff --git a/README.md b/README.md index 3e1ea4f..20504ce 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Depending of your installation method (3 availables) the installation of them co - Step 2. Install dependencies with bundler: `cd evil-winrm && bundle install --path vendor/bundle` - Step 3. Launch it with bundler: `bundle exec evil-winrm.rb -i 192.168.1.100 -u Administrator -p 'MySuperSecr3tPass123!' -s '/home/foo/ps1_scripts/' -e '/home/foo/exe_files/'` -## Method 3. Installation directly as ruby gem (dependencies will be installed automatically on your system) +### Method 3. Installation directly as ruby gem (dependencies will be installed automatically on your system) - Step 1. Install it (it will install automatically dependencies): `gem install evil-winrm` - Step 2. Ready. Just launch it! `~$ evil-winrm -i 192.168.1.100 -u Administrator -p 'MySuperSecr3tPass123!' -s '/home/foo/ps1_scripts/' -e '/home/foo/exe_files/'`