From 4bef6fa08522151f7e8ca8a7819c2090df238d75 Mon Sep 17 00:00:00 2001 From: doria <93405247+dr-frmr@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:35:30 +0900 Subject: [PATCH 1/4] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c639ffc2..2550db7e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Kinode +Screenshot 2024-05-08 at 2 38 11 PM -Kinode OS is a decentralized OS, built for crypto. +Kinode is a decentralized OS, built for crypto. This repo contains the core runtime and processes. Most developers need not build the runtime. @@ -9,7 +9,7 @@ Instead, check out the [Kinode book](https://book.kinode.org/), and in particula If you want to get on the network, you can download a binary, rather than building it yourself, from [the releases page](https://github.com/kinode-dao/kinode/tags). Then follow the instructions to [install it](https://book.kinode.org/install.html) and [join the network](https://book.kinode.org/login.html). -If you have questions, join the [Kinode discord](https://discord.gg/TCgdca5Bjt) and drop us a question! +If you have questions, join the [Kinode discord](https://discord.gg/TCgdca5Bjt) and drop us a line in `#dev-support`. ## Setup @@ -61,9 +61,8 @@ You may also add a RPC provider or otherwise modify your configuration by sendin ``` m our@eth:distro:sys '{"AddProvider": {"chain_id": , "trusted": true, "provider": {"RpcUrl": ""}}}' ``` -We will soon add a settings GUI for this. -You can also do the same thing by using the `--rpc` boot flag with an Optimism WebSockets RPC URL. +You can also do the same thing by using the `--rpc` boot flag with an Optimism WebSockets RPC URL, or going to the Settings app once booted into a node. ## Distro and Runtime processes From 9cbf1306e81c49d904385d34d4801c7cfc133baf Mon Sep 17 00:00:00 2001 From: doria <93405247+dr-frmr@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:46:36 +0900 Subject: [PATCH 2/4] Update README.md -- center img and add twitter --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2550db7e..8967cd63 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ -Screenshot 2024-05-08 at 2 38 11 PM +

+ Screenshot 2024-05-08 at 2 38 11 PM +
+ +

-Kinode is a decentralized OS, built for crypto. + +Kinode is a general-purpose sovereign cloud computer, built for crypto. This repo contains the core runtime and processes. Most developers need not build the runtime. @@ -11,6 +16,7 @@ Then follow the instructions to [install it](https://book.kinode.org/install.htm If you have questions, join the [Kinode discord](https://discord.gg/TCgdca5Bjt) and drop us a line in `#dev-support`. + ## Setup On certain operating systems, you may need to install these dependencies if they are not already present: From 9cb4b18b1e9eb8670329c622aa06ef2e73be5c97 Mon Sep 17 00:00:00 2001 From: "nick.kino" <79381743+nick1udwig@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:55:49 -0700 Subject: [PATCH 3/4] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8967cd63..ff3b164a 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ rustup target add wasm32-wasi rustup target add wasm32-wasi --toolchain nightly cargo install cargo-wasi -# Build the runtime, along with a number of "distro" WASM modules -# OPTIONAL: --release flag +# Build the runtime, along with a number of "distro" WASM modules. +# The compiled binary will be at `kinode/target/debug/kinode` +# OPTIONAL: --release flag (slower build; faster runtime; binary at `kinode/target/release/kinode`) cargo +nightly build -p kinode ``` From afc3655c79f266d55332657ce38d017a7e663dff Mon Sep 17 00:00:00 2001 From: doria <93405247+dr-frmr@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:40:31 +0900 Subject: [PATCH 4/4] Update README.md -- make logo transparent --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff3b164a..2ffece5c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@

- Screenshot 2024-05-08 at 2 38 11 PM + Screenshot 2024-05-08 at 2 38 11 PM
+