diff --git a/README.md b/README.md
index 83b358f1..e75421c9 100644
--- a/README.md
+++ b/README.md
@@ -365,6 +365,28 @@ View Kubescape scan results directly in [Lens IDE](https://k8slens.dev/) using k
+## Build on pre-configured killercoda's ubuntu playground
+
+* [Pre-configured Killercoda's Ubuntu Playground](https://killercoda.com/suhas-gumma/scenario/kubescape-build-for-development)
+
+ Pre-programmed actions executed by the playground
+
+
+* Clone the official GitHub repository of `Kubescape`.
+* [Automate the build process on Linux](https://github.com/kubescape/kubescape#build-on-linuxmacos)
+* The entire process involves executing multiple commands in order and it takes around 5-6 minutes to execute them all.
+
+
+
+
+Instructions to use the playground
+
+* Apply changes you wish to make to the kubescape directory using text editors like `Vim`.
+* [Build on Linux](https://github.com/kubescape/kubescape#build-on-linuxmacos)
+* Now, you can use Kubescape just like a normal user. Instead of using `kubescape`, use `./kubescape`. (Make sure you are inside kubescape directory because the command will execute the binary named `kubescape` in `kubescape directory`.
+
+
+
## VS code configuration samples
You can use the sample files below to setup your VS code environment for building and debugging purposes.