Skip to content

Commit 7f43716

Browse files
committed
Fix item number in Gerrit document
before:1. 1. 1. ... After :1. 2. 3. ... Change-Id: Id8a07c496116d2466fe6376eb660ec58b2ef8f75 Signed-off-by: Yuki Kondo <[email protected]>
1 parent 8002995 commit 7f43716

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/Gerrit/lf-account.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ Follow the steps below to create a Linux Foundation account.
77

88
1. Go to the [Linux Foundation ID website](https://identity.linuxfoundation.org/).
99

10-
1. Select the option `I need to create a Linux Foundation ID`.
10+
2. Select the option `I need to create a Linux Foundation ID`.
1111

12-
1. Fill out the form that appears:
12+
3. Fill out the form that appears:
1313

14-
1. Open your email account and look for a message with the subject line:
14+
4. Open your email account and look for a message with the subject line:
1515
"Validate your Linux Foundation ID email".
1616

17-
1. Open the received URL to validate your email address.
17+
5. Open the received URL to validate your email address.
1818

19-
1. Verify the browser displays the message `You have successfully
19+
6. Verify the browser displays the message `You have successfully
2020
validated your e-mail address`.
2121

22-
1. Access `Gerrit` by selecting `Sign In`:
22+
7. Access `Gerrit` by selecting `Sign In`:
2323

24-
1. Use your Linux Foundation ID to Sign In:
24+
8. Use your Linux Foundation ID to Sign In:
2525

2626
## Configuring Gerrit to Use SSH
2727

@@ -59,13 +59,13 @@ account:
5959

6060
1. Go to [Gerrit](https://gerrit.hyperledger.org/r/#/admin/projects/fabric).
6161

62-
1. Click on your account name in the upper right corner.
62+
2. Click on your account name in the upper right corner.
6363

64-
1. From the pop-up menu, select `Settings`.
64+
3. From the pop-up menu, select `Settings`.
6565

66-
1. On the left side menu, click on `SSH Public Keys`.
66+
4. On the left side menu, click on `SSH Public Keys`.
6767

68-
1. Paste the contents of your public key `~/.ssh/id_rsa.pub` and click
68+
5. Paste the contents of your public key `~/.ssh/id_rsa.pub` and click
6969
`Add key`.
7070

7171
**Note:** The `id_rsa.pub` file can be opened with any text editor. Ensure
@@ -96,7 +96,7 @@ name of the public key file you generated.
9696
1. Ensure that SSH has been set up properly. See
9797
`Configuring Gerrit to Use SSH` for details.
9898

99-
1. Clone the repository with your Linux Foundation ID (<LFID>):
99+
2. Clone the repository with your Linux Foundation ID (<LFID>):
100100

101101
```
102102
git clone ssh://<LFID>@gerrit.hyperledger.org:29418/fabric fabric

0 commit comments

Comments
 (0)