Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Commit 403b131

Browse files
committed
Remove Hugo install from build instructions
We made Hugo auto install a while back to fix problems on our CI servers. Fixes #79. License: MIT Signed-off-by: Rob Brackett <[email protected]>
1 parent 14e5962 commit 403b131

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We aim to solve some of these problems through a documentation site (the source
2222

2323
Check the near-term roadmap for this work in [issue #58](https://github.com/ipfs/docs/issues/58).
2424

25-
*Read a more detailed summary of research on documentation problems in [issue #52](https://github.com/ipfs/docs/issues/52) or at [/ipfs/QmNj68gTzAs9QbfMKzMGurXP2WCmA6GTcKuUkWm4kBV1Qn/html](https://ipfs.io/ipfs/QmNj68gTzAs9QbfMKzMGurXP2WCmA6GTcKuUkWm4kBV1Qn/html/).*
25+
*Read a more detailed summary of our research on documentation problems in [issue #52](https://github.com/ipfs/docs/issues/52) or at [/ipfs/QmNj68gTzAs9QbfMKzMGurXP2WCmA6GTcKuUkWm4kBV1Qn/html](https://ipfs.io/ipfs/QmNj68gTzAs9QbfMKzMGurXP2WCmA6GTcKuUkWm4kBV1Qn/html/).*
2626

2727

2828
## Contributing content
@@ -41,13 +41,13 @@ The documentation site contains several different kinds of content. We’d love
4141
4. **Where** do you go to learn more?
4242
5. What is the **current state** of affairs?
4343

44-
You can see a list of concepts we need help documenting by [checking the issues](https://github.com/ipfs/docs/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Acontent+concept) or reading through [issue #56](https://github.com/ipfs/docs/issues/56)
44+
See a list of concepts we need help with by [checking the issues](https://github.com/ipfs/docs/issues?utf8=✓&q=is%3Aissue+is%3Aopen+label%3Acontent+concept) or reading through [issue #56](https://github.com/ipfs/docs/issues/56)
4545

4646
4. **Reference Documentation.** Please see the issues in this repo for current activity around reference/API documentation.
4747

4848
5. **Community.** If there are important missing community links, file an issue or PR here!
4949

50-
This repo is also a website, which means we could also use your help with design and technical features (interactive widgets and examples, better syntax highlighting, scripts to pull in content from other repos, etc.) in addition to writing. To get a sense of what we could use help on, pleae check the [the issues](https://github.com/ipfs/docs/issues). And if you decide to work on one, please post to the issue to let use know!
50+
This repo is also a website, which means we could also use your help with design and technical features (interactive examples, better syntax highlighting, scripts to pull in content from other repos, etc.) in addition to writing. To get a sense of what we could use help on, check the [the issues](https://github.com/ipfs/docs/issues). If you decide to work on one, please post to the issue to let us know!
5151

5252
Before posting a PR with your changes, please check [our styleguide](https://github.com/ipfs/community/blob/master/DOCS_STYLEGUIDE.md) and [contributing guide](https://github.com/ipfs/community/blob/master/contributing.md).
5353

@@ -60,22 +60,21 @@ Finally, let’s work together to keep this a respectful and friendly space. Ple
6060

6161
### One-Time Setup
6262

63-
1. [Install Hugo](https://gohugo.io/)
64-
2. Install [AEgir](https://www.npmjs.com/package/aegir)
63+
1. Install [AEgir](https://www.npmjs.com/package/aegir)
6564

6665
```sh
6766
npm install -g aegir
6867
```
6968

70-
3. Download IPFS libraries and tools (e.g. go-ipfs, js-ipfs) and generate their documentation:
69+
2. Download dependencies and IPFS libraries (e.g. go-ipfs, js-ipfs) and generate their documentation:
7170

7271
```sh
7372
make install
7473
```
7574

7675
This installs dependencies and generates source files from other projects (e.g. API documentation; theme resources from the `ipfs-css`, etc).
7776

78-
When dependencies or external packages (like `go-ipfs`) have new releases, regenerate files based on them by running `make resources`.
77+
When dependencies or external packages (like `go-ipfs`) have new releases, you should regenerate files based on them by running `make resources`.
7978

8079

8180
### Build and Run the Site

0 commit comments

Comments
 (0)