Merge pull request #285 from wesinator/patch-1

Fix command highlighting
pull/290/head
Alexandre Dulaunoy 2019-03-14 18:37:48 +01:00 committed by GitHub
commit d8e83a4125
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. Remove the contents of the build directory and re-install misp-modules.
~~~python ~~~bash
sudo rm -fr build/* sudo rm -fr build/*
sudo pip3 install --upgrade . sudo pip3 install --upgrade .
~~~ ~~~
SSH in with a different terminal and run `misp-modules` with debugging enabled. SSH in with a different terminal and run `misp-modules` with debugging enabled.
~~~python ~~~bash
sudo killall misp-modules sudo killall misp-modules
misp-modules -d misp-modules -d
~~~ ~~~