Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thebsdbox authored Sep 6, 2024
1 parent 73bbb22 commit 6f6a0c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ The following line will connect through to the VM using SSH, it will also port f

`ssh -F $HOME/.lima/ctf/ssh.config -L "*:8082:0.0.0.0:80" lima-ctf`

To start `code-server` within the VM run the command `PASSWORD=password code-server --bind-addr=0.0.0.0 > /tmp/code.log &`.
To start `code-server` within the VM run the command:

`PASSWORD=password code-server --bind-addr=0.0.0.0 > /tmp/code.log &`.

**Additionally**: You may find it makes things a little easier to install some plugins to make things easier, such as the `clangd` extension or the `golang` extension.

## Setting up the eBPF code

Expand Down

0 comments on commit 6f6a0c5

Please sign in to comment.