From 7004af805bdc9d7e2e02ef11962cbd4fa568b7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 3 Oct 2019 14:48:43 -0300 Subject: [PATCH] Minor formatting proposals --- bypy/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bypy/README.rst b/bypy/README.rst index 62a0611bd1..5c5466aa5a 100644 --- a/bypy/README.rst +++ b/bypy/README.rst @@ -49,7 +49,7 @@ follow the steps: * Turn on Remote Login under Network (SSHD) * Create a user account named ``kovid`` and enable password-less login for SSH - for that account (setup `~/.ssh/authorized_keys`) + for that account (setup ``~/.ssh/authorized_keys``) * Setup ssh into the VM from the host using the ``vm_name`` from above. * Install the needed software mentioned in :literal:`bypy/macos.conf`. @@ -77,7 +77,7 @@ follow the steps: * Install cygwin, with the: vim, dos2unix, rsync, openssh, unzip, wget, make, zsh, patch, bash-completion, curl packages -* Edit /etc/passwd and replace all occurrences of /bin/bash with /bin/zsh (in +* Edit ``/etc/passwd`` and replace all occurrences of ``/bin/bash`` with ``/bin/zsh`` (in a cygwin prompt) * Setup a password for your windows user account @@ -100,7 +100,7 @@ follow the steps: mkgroup --local > /etc/group * Assign the necessary rights to the normal user account (administrator - cygwin command prompt needed - editrights is available in \cygwin\bin):: + cygwin command prompt needed - editrights is available in ``\cygwin\bin``):: editrights.exe -a SeAssignPrimaryTokenPrivilege -u kovid editrights.exe -a SeCreateTokenPrivilege -u kovid