Skip to content

Commit

Permalink
docs: update README for readability (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanweixiao authored Dec 29, 2020
1 parent e35bb4d commit 155e164
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ More info at 🦖[https://yomo.run]
# Ensure use $GOPATH, golang requires main and plugin highly coupled
echo $GOPATH

```

if `$GOPATH` is not set, check [Set $GOPATH and $GOBIN](#optional-set-gopath-and-gobin) first.

```bash
○ GO111MODULE=off go get github.com/yomorun/yomo

cd $GOPATH/src/github.com/yomorun/yomo
Expand Down Expand Up @@ -109,6 +114,7 @@ Congratulations! You have done your first YoMo application.
for current session:

```bash
export GOPATH=~/.go
export PATH=$GOPATH/bin:$PATH
```

Expand All @@ -117,15 +123,21 @@ for shell:
for `zsh` users

```bash
echo "export GOPATH=~/.go" >> .zshrc
echo "path+=$GOPATH/bin" >> .zshrc
```

for `bash` users

```bash
echo 'export GOPATH=~/.go' >> .bashrc
echo 'export PATH="$GOPATH/bin:$PATH"' >> ~/.bashrc
```

## 📚 Documentation

**status** WIP [docs.yomo.run](https://docs.yomo.run)

## 🎯 Focuses on computings out of data center

- Latency-sensitive applications.
Expand Down

0 comments on commit 155e164

Please sign in to comment.