From c2c206ea8f34f0f723ff691ee21d499c8fe83a16 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Wed, 26 Jun 2024 11:29:56 +0200 Subject: [PATCH] Update lima.md --- cmd/lima.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/lima.md b/cmd/lima.md index 6d02e9e..4f48de9 100644 --- a/cmd/lima.md +++ b/cmd/lima.md @@ -43,5 +43,6 @@ provision: limactl start --name=ebpf-lima-vm ./ubuntu-lts-ebpf.yaml ``` * ```bash - cat ~/.lima/ebpf-lima-vm/ssh.config >> ~/.ssh/config. #It appends Lima’s SSH configuration options to your default SSH options just to make it easier for PyCharm to connect to the VM. + cat ~/.lima/ebpf-lima-vm/ssh.config >> ~/.ssh/config + #It appends Lima’s SSH configuration options to your default SSH options just to make it easier for PyCharm to connect to the VM. ```