From 51b821af55a84cf46cddd345be63137c8f98a9e5 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Fri, 28 Apr 2023 12:54:36 +0200 Subject: [PATCH] Create dalai.md --- dalai.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dalai.md diff --git a/dalai.md b/dalai.md new file mode 100644 index 0000000..2d05b10 --- /dev/null +++ b/dalai.md @@ -0,0 +1,7 @@ +How to install [dalai](https://github.com/cocktailpeanut/dalai) on Debian 11 + +You will need to take care of some prerequisites: +```apt install make g++ python3-pip python3-venv python-is-python3``` + +install node with your favorite method which is [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) in my case +