Skip to content

Commit 4ddbe56

Browse files
committed
[readme] Rename hackathon_manager to hackathon-manager
1 parent c9419f6 commit 4ddbe56

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# HackathonManager
22

3-
[![Build Status](https://travis-ci.org/codeRIT/hackathon_manager.svg?branch=master)](https://travis-ci.org/codeRIT/hackathon_manager)
4-
[![Code Climate](https://codeclimate.com/github/codeRIT/hackathon_manager/badges/gpa.svg)](https://codeclimate.com/github/codeRIT/hackathon_manager)
5-
[![Test Coverage](https://codeclimate.com/github/codeRIT/hackathon_manager/badges/coverage.svg)](https://codeclimate.com/github/codeRIT/hackathon_manager/coverage)
6-
[![security](https://hakiri.io/github/codeRIT/hackathon_manager/master.svg)](https://hakiri.io/github/codeRIT/hackathon_manager/master)
3+
[![Build Status](https://travis-ci.org/codeRIT/hackathon-manager.svg?branch=master)](https://travis-ci.org/codeRIT/hackathon-manager)
4+
[![Code Climate](https://codeclimate.com/github/codeRIT/hackathon-manager/badges/gpa.svg)](https://codeclimate.com/github/codeRIT/hackathon-manager)
5+
[![Test Coverage](https://codeclimate.com/github/codeRIT/hackathon-manager/badges/coverage.svg)](https://codeclimate.com/github/codeRIT/hackathon-manager/coverage)
6+
[![security](https://hakiri.io/github/codeRIT/hackathon-manager/master.svg)](https://hakiri.io/github/codeRIT/hackathon-manager/master)
77

88
An all-in-one platform for managing hackathon registration & logistics, originally developed for [BrickHack](https://github.com/codeRIT/brickhack.io).
99

@@ -64,8 +64,8 @@ Pre-requisite: Have a functioning, local Ruby + MySQL development environment. [
6464
1. Clone the repo
6565

6666
```bash
67-
$ git clone [email protected]:codeRIT/hackathon_manager
68-
$ cd hackathon_manager
67+
$ git clone [email protected]:codeRIT/hackathon-manager
68+
$ cd hackathon-manager
6969
```
7070

7171
2. Install dependencies
@@ -91,7 +91,7 @@ $ bin/rails s # short for bin/rails server
9191
5. In another bash window, promote your user to an admin
9292

9393
```bash
94-
$ cd hackathon_manager
94+
$ cd hackathon-manager
9595
$ bin/rails c # short for bin/rails console
9696
# Wait for the console to start...
9797
Loading development environment (Rails 5.1.1)

0 commit comments

Comments
 (0)