Skip to content

Commit

Permalink
Fix prerequisites doc page for content is partly occluded by navigator
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Li <lir2002@gmail.com>
  • Loading branch information
lir2002 authored and satota2 committed Apr 6, 2024
1 parent ff00952 commit 22aaf34
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/source/prereqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ The following prerequisites are required to run a Docker-based Fabric test netwo

## Mac

<!--- Indent entire section -->
<div style="margin-left: 1.5em;">

### Homebrew

For macOS, we recommend using [Homebrew](https://brew.sh) to manage the prereqs.
Expand Down Expand Up @@ -89,13 +86,9 @@ Optional: Install the latest version of [jq](https://stedolan.github.io/jq/downl
brew install jq
jq --version # => jq-1.6
```
</div>

## **Linux (Ubuntu/Debian based distro)**

<!--- Indent entire section -->
<div style="margin-left: 1.5em;">

Prerequisites: [git](https://git-scm.com/downloads), [cURL](https://curl.haxx.se/download.html), [Docker](https://docs.docker.com/get-docker/)

```shell
Expand Down Expand Up @@ -123,13 +116,8 @@ Optional: Install the latest version of [Go](https://golang.org/doc/install) (on

Optional: Install the latest version of [jq](https://stedolan.github.io/jq/download/) (only required for the tutorials related to channel configuration transactions).

</div>

## **Windows**

<!--- Indent entire section -->
<div style="margin-left: 1.5em;">

### Docker

Install the latest version of [Docker Desktop](https://docs.docker.com/get-docker/) if it is not already installed.
Expand Down Expand Up @@ -166,8 +154,6 @@ git config --get core.longpaths
```
These output from these commands should be false and true respectively.

</div>

## **Notes**

- These prerequisites are recommended for Fabric users. If you are a Fabric developer, please refer to the instructions for [Setting up the development environment](https://hyperledger-fabric.readthedocs.io/en/latest/dev-setup/devenv.html).
Expand Down

0 comments on commit 22aaf34

Please sign in to comment.