Skip to content

Commit 2e603e1

Browse files
authored
Update install
1 parent 67196ba commit 2e603e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ Before you begin, ensure you have the following prerequisites installed:
4141

4242
2. Install dependencies:
4343
```bash
44-
bundle install
44+
bundle
4545
```
4646
3. Set up the database:
4747
```bash
4848
rails db:create db:migrate db:seed
4949
```
5050
4. Start project
5151
```bash
52-
rails server
52+
rails s
5353
```
5454

5555
## JWT Authentication

0 commit comments

Comments
 (0)