Merge pull request #71 from 85danf/the-vagrant-way

The Vagrant way
This commit is contained in:
Luke Stephens (hakluke) 2020-01-10 00:02:48 +10:00 committed by GitHub
commit 8e6c6bb260
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -441,6 +441,23 @@ Credit: @k-takata
```
## The Vagrant way
Credit: @85danf
To run vim:
```
mkdir -p /tmp/vim
cd /tmp/vim
vagrant init --minimal hashicorp/bionic64
vagrant ssh
vim
```
To exit vim, open another shell, then:
```
cd /tmp/vim
vagrant halt
```
## The SEO Manager way
Credit: @mikulabc