Skip to content

Commit 95830f5

Browse files
authored
Update README.md
1 parent 9f3a55a commit 95830f5

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

README.md

+4-17
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,19 @@
44

55
This repository contains the assets required to build the [Genji documentation](https://genji.dev).
66

7-
## Prerequisites
7+
The Genji website uses the [Docsy Hugo theme](https://github.com/google/docsy#readme) installed as a Hugo module.
88

9-
To use this repository, you need the following installed locally:
9+
## Prerequisites
1010

11-
- [yarn](https://yarnpkg.com/)
12-
- [npm](https://www.npmjs.com/)
13-
- [Hugo](https://gohugo.io/)
11+
To use this repository, you need to install [Hugo](https://gohugo.io/).
1412

15-
Before you start, install the dependencies. Clone the repository and navigate to the directory:
13+
Clone the repository and navigate to the directory:
1614

1715
```
1816
git clone https://github.com/genjidb/docs.git
1917
cd docs
2018
```
2119

22-
The Genji website uses the [Docsy Hugo theme](https://github.com/google/docsy#readme) installed as a git submodule.
23-
24-
```
25-
# install dependencies
26-
yarn
27-
28-
# pull in the Docsy submodule
29-
git submodule update --init --recursive --depth 1
30-
```
31-
3220
## Running the website locally using Hugo
3321

3422
To build and test the site locally, run:
@@ -38,4 +26,3 @@ hugo serve
3826
```
3927

4028
This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the website.
41-

0 commit comments

Comments
 (0)