This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Better quickstart

+14 -4
+14 -4
README.md
··· 12 12 13 13 ``` console 14 14 foo@bar:~$ nix develop 15 - # Prints the command menu 15 + 🔨 Welcome to inline_ipld 16 + 17 + [build] 16 18 17 - # Build for the host 19 + build - [DEFAULT] Build for current host target 20 + build:host - Build for current host target 21 + build:wasi - Build for WASI 22 + build:wasm - Build for wasm32-unknown-unknown 23 + ✂️ SNIP ✂️ 24 + 18 25 foo@bar:~$ build:host 26 + Compiling inline_ipld v0.1.0 (/Users/expede/Documents/Volunteer/inline_ipld/inline_ipld) 27 + Finished dev [unoptimized + debuginfo] target(s) in 0.48s 19 28 20 - # Run tests 21 - foo@bar:~$ test:host 29 + foo@bar:~$ test:host 30 + ✂️ SNIP ✂️ 31 + test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.02s 22 32 ``` 23 33 24 34 ## TL;DR