From 0253c0e2f5701db6ad6f6883b50e3b28846e738f Mon Sep 17 00:00:00 2001 From: iamagf Date: Wed, 5 Jul 2023 11:40:35 -0600 Subject: [PATCH 1/2] Incomplete commit in Quickstart --- docs/osmosis-core/osmosisd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/osmosis-core/osmosisd.md b/docs/osmosis-core/osmosisd.md index e5df381f1..495f8c9aa 100644 --- a/docs/osmosis-core/osmosisd.md +++ b/docs/osmosis-core/osmosisd.md @@ -31,6 +31,7 @@ If you are running on an Apple M1 Chip and are running into issues with osmosisd ``` git clone https://github.com/osmosis-labs/osmosis.git +cd osmosis make build sudo cp build/osmosisd /usr/local/bin ``` From 714121d37bd19c1f8945cc56be83447c649b2203 Mon Sep 17 00:00:00 2001 From: iamagf Date: Wed, 5 Jul 2023 11:48:20 -0600 Subject: [PATCH 2/2] Updated wrong command --- docs/osmosis-core/modules/pool-incentives/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/osmosis-core/modules/pool-incentives/README.md b/docs/osmosis-core/modules/pool-incentives/README.md index 9b7a8192a..867373716 100644 --- a/docs/osmosis-core/modules/pool-incentives/README.md +++ b/docs/osmosis-core/modules/pool-incentives/README.md @@ -229,13 +229,13 @@ An example output: Query externally incentivized gauges (gauges distributing rewards on top of the normal OSMO rewards) ```sh -osmosisd query pool-incentives external-incentivized-gauges +osmosisd query poolincentives external-incentivized-gauges ``` ::: details Example ```bash -osmosisd query pool-incentives external-incentivized-gauges +osmosisd query poolincentives external-incentivized-gauges ``` An example output: