From 57b33c1e44a834b3ed90a2dfb8223c0d27dfe3c1 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 1 Jun 2019 09:47:47 -0500 Subject: [PATCH] README: minor fixes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 359003c..3c62de0 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ It is possible to create a recent build container with the [GNU guix](https://www.gnu.org/software/guix/) transactional package manager - guix environment -C guix --ad-hoc ldc dub zlib gdb binutils-gold --network + guix environment -C guix --ad-hoc ldc dub zlib gdb binutils-gold vim --network after getting dropped in the container simply run dub. If you want to use the make file instead (not requiring the network) use - guix environment -C guix --ad-hoc ldc zlib gdb make binutils-gold --no-grafts + guix environment -C guix --ad-hoc ldc zlib gdb make binutils-gold vim --no-grafts make -j 4 make check @@ -63,11 +63,11 @@ If you want to use the make file instead (not requiring the network) use When using gdb, switch off these handlers -`handle SIGUSR1 SIGUSR2 nostop noprint` + handle SIGUSR1 SIGUSR2 nostop noprint It can be passed in from the command line -`gdb -iex "handle SIGUSR1 SIGUSR2 no stop noprint" biod_test` + gdb -ex 'handle SIGUSR1 SIGUSR2 nostop noprint' --args ./biod-test-library ## Usage