Skip to content

Commit 3efafea

Browse files
Update README.md (#384)
People who follow this build instruction will actually build the validator from another repository and source code. So let's fix repo name here. <!-- greptile_comment --> ## Greptile Summary Updates repository name and fixes documentation inconsistencies in README.md to improve clarity and accuracy. - Fixed repository name in clone instructions from `ephemeral-conjunto/ephemeral-validator` to `magicblock-labs/magicblock-validator` - Issues link and badge URL are inconsistent (`magicblock-labs/bolt/issues` vs `ephemeral-validator`) - Configuration files description has grammatical error ('files is' should be 'files are') - Image source URL on line 3 should be verified for accessibility <sub>💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!</sub> <!-- /greptile_comment --> Co-authored-by: Gabriele Picco <piccogabriele@gmail.com>
1 parent 7f30e8e commit 3efafea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ $ rustup component add rustfmt
4747
### **2. Download the source code.**
4848

4949
```bash
50-
$ git clone https://github.com/magicblock-labs/ephemeral-conjunto.git
51-
$ git clone https://github.com/magicblock-labs/ephemeral-validator.git
52-
$ cd ephemeral-validator
50+
$ git clone https://github.com/magicblock-labs/magicblock-validator.git
51+
$ cd magicblock-validator
5352
```
5453

5554
### **3. Build.**

0 commit comments

Comments
 (0)