mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
b33ee286ca
* Adding docs to joinlemmy. Fixes #9 * Adding cargo to build.sh * Fix zola build.
5 lines
61 B
Bash
Executable file
5 lines
61 B
Bash
Executable file
#!/bin/bash
|
|
|
|
./build_docs.sh
|
|
|
|
zola serve --interface 0.0.0.0
|