From d465cd198ea15c9f8c71790c7aa6bd7dfec0f28f Mon Sep 17 00:00:00 2001 From: jarilaos <32414258+jarilaos@users.noreply.github.com> Date: Sun, 20 Oct 2019 13:52:28 +0200 Subject: [PATCH] tittle size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'`