-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): typos & v0.50.8 release changes (#215)
* fix(docs): typos + bump v0.50.8 * fix: docs install wget * switch local-ic back to native install with `--depth 1` * link * fix(mac-os): direct curl and source * fix: makefile * more testing, ibcmodule * fix docker compose explorer
- Loading branch information
1 parent
34c143e
commit 6ee04e2
Showing
13 changed files
with
72 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,8 @@ sudo apt update && sudo apt install snapd | |
sudo snap info go | ||
sudo snap install go --channel=1.23/stable --classic | ||
|
||
# Install Basics | ||
sudo apt install make gcc git jq | ||
# Install Base | ||
sudo apt install make gcc git jq wget | ||
|
||
# Install github-cli | ||
sudo snap install gh | ||
|
@@ -56,7 +56,7 @@ sudo snap install docker | |
# Fix versioning for interaction of commands | ||
sudo chmod 666 /var/run/docker.sock | ||
|
||
# Setup base github config | ||
# Setup base git config | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Your Name" | ||
``` | ||
|
@@ -68,6 +68,8 @@ git config --global user.name "Your Name" | |
# Base | ||
brew install make | ||
brew install gcc | ||
brew install wget | ||
brew install jq | ||
|
||
# Github CLI - https://github.com/cli/cli | ||
brew install gh | ||
|
@@ -77,9 +79,12 @@ gh auth login | |
brew install go | ||
|
||
# Docker | ||
brew install docker | ||
brew install --cask docker | ||
open -a Docker # start docker desktop | ||
# settings -> General -> Start Docker Desktop when you sign in to your computer | ||
# Apply & Restart | ||
|
||
# Setup base github config | ||
# Setup base git config | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Your Name" | ||
``` | ||
|
@@ -89,9 +94,9 @@ git config --global user.name "Your Name" | |
|
||
```bash | ||
# Base | ||
sudo apt install make gcc git | ||
sudo apt install make gcc git jq wget | ||
|
||
# Github CLI - https://github.com/cli/cli | ||
# (optional) Github CLI - https://github.com/cli/cli | ||
curl -sS https://webi.sh/gh | sh | ||
gh auth login | ||
|
||
|
@@ -103,7 +108,7 @@ sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf go$GO_VERSION.linux-amd | |
# Docker | ||
sudo apt -y install docker.io | ||
|
||
# Setup base github config | ||
# Setup base git config | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "Your Name" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters