Fix command highlighting

pull/285/head
Ԝеѕ 2019-03-14 13:28:22 -04:00 committed by GitHub
parent 5af667edff
commit 97818e17d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -505,14 +505,14 @@ sudo git checkout MyModBranch
Remove the contents of the build directory and re-install misp-modules.
~~~python
~~~bash
sudo rm -fr build/*
sudo pip3 install --upgrade .
~~~
SSH in with a different terminal and run `misp-modules` with debugging enabled.
~~~python
~~~bash
sudo killall misp-modules
misp-modules -d
~~~