mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
Nutomic
7d24dd4b51
* Rewrite lemmy_protocol.md, to embed all json examples from lemmy repo * Upgrade Rust version for CI
4 lines
No EOL
85 B
Bash
Executable file
4 lines
No EOL
85 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
git clone https://github.com/LemmyNet/lemmy.git include --depth 1 |