<@U0B8ZP13Q>: BTW, i find these steps for installi...
# kobalt
p
@cedric: BTW, i find these steps for installing kobalt work better than what's on the website right now, b/c when you init your first project, kobalt does not download itself anew
Copy code
mkdir -p ~/.kobalt/wrapper/dist/
cd ~/.kobalt/wrapper/dist/
wget <https://github.com/cbeust/kobalt/releases/download/0.784/kobalt-0.784.zip>
unzip kobalt-0.784.zip
chmod +x kobalt-0.784/bin/kobaltw
export PATH=$PWD/kobalt-0.784/bin:$PATH