mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-02 14:13:10 +00:00
8 lines
170 B
Bash
Executable File
8 lines
170 B
Bash
Executable File
#!/bin/bash
|
|
echo "Running setup task..."
|
|
|
|
echo "Init Submodules..."
|
|
git submodule update --init --recursive
|
|
|
|
echo "Building Waku..."
|
|
( cd vendor/waku && make -j14 librln) |