Skip to content

Commit fa037b5

Browse files
authored
Update GENESIS.md
1 parent e36a627 commit fa037b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

convex-cli/GENESIS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Genesis Setup
22

3-
This doc describes that standard genesis process for a new convex network
4-
5-
6-
3+
This doc describes the standard genesis process for a new convex network
74

5+
For a new Server on Google Cloud
86

97
```
108
Linux genesis-peer 6.1.0-27-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64
@@ -24,7 +22,7 @@ permitted by applicable law.
2422
```
2523
sudo apt update
2624
wget https://download.oracle.com/java/23/latest/jdk-23_linux-x64_bin.deb
27-
sudo dpkg -i jdk-21_linux-x64_bin.deb
25+
sudo dpkg -i jdk-23_linux-x64_bin.deb
2826
```
2927

3028
### Set up Convex
@@ -62,4 +60,6 @@ Back to screen with:
6260

6361
```
6462
screen -r
65-
```
63+
```
64+
65+
### Adding a second peer

0 commit comments

Comments
 (0)