Skip to content

Commit b3704ea

Browse files
authored
[Documentation] Fixed small markdown errors (#577)
Indentation made the numbered lists conflict, indented the list to split into two separate lists. Replaced accidental quotations with backticks.
1 parent beb1e02 commit b3704ea

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

_docs/developer/getting_started/vm_install_using_vagrant.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -169,17 +169,16 @@ Below are quick steps to get everything installed and running.
169169
when running vagrant up, use `vagrant up --provider=virtualbox` so it doesnt default to libvirt
170170
171171
**Common errors when running vagrant up(Fedora/RHEL)**
172-
1. Missing virtnetworkd:
173-
Enable it in your terminal by running:
174-
```
175-
sudo systemctl start virtnetworkd
176-
```
177-
2. If your vagrant ever freezes kill it with
178-
'''
179-
VBoxManage controlvm VM_NAME poweroff
180-
'''
181-
or if that doesn't work, reboot the computer and then run `vagrant destroy` before re-running `vagrant up --provider=virtualbox` again.
182-
172+
1. Missing virtnetworkd:
173+
Enable it in your terminal by running:
174+
```
175+
sudo systemctl start virtnetworkd
176+
```
177+
2. If your vagrant ever freezes kill it with
178+
```
179+
VBoxManage controlvm VM_NAME poweroff
180+
```
181+
or if that doesn't work, reboot the computer and then run `vagrant destroy` before re-running `vagrant up --provider=virtualbox` again.
183182
184183
5. Clone [the Submitty repository](https://github.com/Submitty/Submitty) to a location on
185184
your computer (the "host").

0 commit comments

Comments
 (0)