Skip to content

Commit a1f0ccb

Browse files
committed
changed bullets for headings
1 parent 55cf2c9 commit a1f0ccb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ The resulting jekyll theme uses Ruby >=2.5, GCC and Make.
1111

1212
# How to install
1313

14-
- Copy the brainhack repository
14+
### Copy the brainhack repository
1515

1616

1717
git clone https://github.com/Brainhack-Donostia/brainhack-donostia.github.io.git
1818

1919

20-
- Move to brainhack repository
20+
### Move to brainhack repository
2121

2222

2323
cd brainhack-donostia.github.io.git
2424

2525

26-
- Install required gems
26+
### Install required gems
2727

2828

2929
bundle install
3030

3131

32-
- To check local changes or to display on a local host
32+
### To check local changes or to display on a local host
3333

3434

3535
bundle exec jekyll serve --trace
@@ -47,25 +47,25 @@ Commit and push changes on BHD2025 or a personal sub-branch from there. When you
4747

4848
**NOTE: remember to run pull before working locally**
4949

50-
- Changing to BHD2025 branch
50+
### Changing to BHD2025 branch
5151

5252

5353
git checkout BHD2025
5454

5555

56-
- Creating your sub-branch from BHD2025
56+
### Creating your sub-branch from BHD2025
5757

5858

5959
git checkout -b YourAmazingSubbranch
6060

6161

62-
- Checking the status of the current branch
62+
### Checking the status of the current branch
6363

6464

6565
git status
6666

6767

68-
- Adding untracked changes
68+
### Adding untracked changes
6969

7070

7171
git add filename1
@@ -77,19 +77,19 @@ or to add all (not recommended)
7777
git add .
7878

7979

80-
- Commit changes
80+
### Commit changes
8181

8282

8383
git commit -m "Your message explaining your commited work"
8484

8585

86-
- Push changes from locall to repo
86+
### Push changes from locall to repo
8787

8888

8989
git push -u origin BHD2025
9090

9191

92-
- Merging with master (only if you know what you are doing)
92+
### Merging with master (only if you know what you are doing)
9393

9494

9595
git checkout master
@@ -98,7 +98,7 @@ or to add all (not recommended)
9898
git merge BHD2025
9999

100100

101-
- You could also push your commit to a specific branch intead of merging and without checkout master. Then you merge from the website GUI
101+
### You could also push your commit to a specific branch intead of merging and without checkout master. Then you merge from the website GUI
102102

103103

104104
git push -u origin BHD2025

0 commit comments

Comments
 (0)