Skip to content

Commit a8bb7b3

Browse files
committed
Updating Readme
1 parent 99d38e2 commit a8bb7b3

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# KnightBot
2+
To be able to clone, commit and push changes to repositories on [our git](https://gitlab.fel.cvut.cz/machaj45/knightbot) you ought to set up ssh keys. Generate new ssh key as
3+
```bash
4+
ssh-keygen -t rsa -b 4096 -C "[email protected]"
5+
```
26

3-
This is a repository for our team project.
7+
and add contents of a file **~/.ssh/id_rsa.pub** as a new key to your account at https://gitlab.fel.cvut.cz/profile/keys .
8+
9+
10+
```bash
11+
cat ~/.ssh/id_rsa.pub
12+
```
413

5-
There is nothing to be found here.
6-
GO AWAY!!!

0 commit comments

Comments
 (0)