Skip to content

Commit ad25636

Browse files
authored
Update README.md
1 parent bec306c commit ad25636

File tree

1 file changed

+4
-35
lines changed

1 file changed

+4
-35
lines changed

README.md

Lines changed: 4 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
<a href="https://www.figma.com/file/j5Qp1h40CyerLugwq44yo3/EngineerKit-Map?node-id=585-21&t=GlzxDBEN0EJss6j7-0">
2-
<img width="1440" alt="EngineerKit Map" src="https://user-images.githubusercontent.com/894178/179018751-20047cf8-769d-4f80-ae9e-822be193bd87.png">
3-
</a>
4-
5-
<hr />
6-
7-
EngineerKit is a collection of knowledge, tools, and skills that we've come to find useful to become a generalist software engineer.
1+
A collection of knowledge, tools, and skills that we've come to find useful to become a generalist software engineer.
82

93
<p>
104
<a aria-label="SDK version" href="https://github.com/engineerkit/engineerkit/tags" target="_blank">
11-
<img alt="EngineerKit version" src="https://img.shields.io/github/v/tag/engineerkit/engineerkit.svg?style=flat-square&label=Version&labelColor=000000&color=2068F3" />
5+
<img alt="version" src="https://img.shields.io/github/v/tag/engineerkit/engineerkit.svg?style=flat-square&label=Version&labelColor=000000&color=2068F3" />
126
</a>
137
<a aria-label="Join our Discord" href="https://discord.gg/bDVYvG3Czd" target="_blank">
148
<img alt="Discord" src="https://img.shields.io/discord/903472181248421969.svg?style=flat-square&labelColor=000000&color=2068F3&logo=discord&logoColor=FFFFFF&label=" />
@@ -20,7 +14,7 @@ EngineerKit is a collection of knowledge, tools, and skills that we've come to f
2014

2115
## Overview
2216

23-
- [Getting started with EngineerKit](overview/README.md)
17+
- [Getting started](overview/README.md)
2418

2519
## Modules
2620

@@ -48,30 +42,5 @@ These [15 modules](modules/) represent a generalist software engineer's core kno
4842

4943
## Contributing
5044

51-
A great way to start contributing is to first [join our Discord](https://discord.gg/bDVYvG3Czd) to connect with the EngineerKit community!
52-
53-
<details>
54-
<summary><b>Pulling upstream changes from <a href="https://github.com/engineerkit/engineerkit">engineerkit/engineerkit</a> into your private fork</b></summary><br/>
55-
56-
While we always promote sharing with the open-source community, some companies might find it necessary to privately fork EngineerKit if they have some software engineering standards they want to keep to themselves. Here's a quick guide on how to do this with EngineerKit:
45+
A great way to start contributing is to first [join our Discord](https://discord.gg/bDVYvG3Czd) to connect with the Enok community!
5746

58-
- First clone down your private repo
59-
- To add a new remote to your local repo connected to the `engineerkit/engineerkit` repo, run
60-
```
61-
git remote add public [email protected]:engineerkit/engineerkit.git
62-
```
63-
- To create a branch where you'll pull changes into, run
64-
```
65-
git checkout -b add_awesome_new_topics
66-
```
67-
- To pull down changes into your new branch, run
68-
```
69-
git pull public main
70-
```
71-
- Resolve any merge conflicts
72-
- To push up your changes to your private fork, run
73-
```
74-
git push
75-
```
76-
77-
</details>

0 commit comments

Comments
 (0)