Skip to content

Commit

Permalink
tittle size
Browse files Browse the repository at this point in the history
  • Loading branch information
jarilaos authored Oct 20, 2019
1 parent 278b1f2 commit d465cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/'`

Expand Down

0 comments on commit d465cd1

Please sign in to comment.