Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for the go module era #9751

Merged
merged 12 commits into from
Jan 29, 2020
Prev Previous commit
Next Next commit
Apply suggestions from code review
  • Loading branch information
zeripath committed Jan 15, 2020
commit 0939bd000e46a103fda753519e9a52db87f67911
1 change: 0 additions & 1 deletion docs/content/doc/advanced/hacking-on-gitea.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ is the relevant line - but this may change.)
The recommended method of obtaining the source code is by using `git clone`.

```bash
# from within your src directory
git clone https://github.com/go-gitea/gitea
```

Expand Down
1 change: 0 additions & 1 deletion docs/content/doc/installation/from-source.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ simplest way of doing this is to use git directly as we no longer have to have
gitea built from within the GOPATH.

```bash
# From within your src directory
git clone https://github.com/go-gitea/gitea
sapk marked this conversation as resolved.
Show resolved Hide resolved
```

Expand Down