Skip to content

Commit 0cb4cb2

Browse files
authoredJun 6, 2023
Merge pull request #25 from durierem/clarify-project-goal
Clarify project goal
2 parents 0eb6fa1 + 1f40cd2 commit 0cb4cb2

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed
 

‎README.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ docked rails server
2121

2222
That's it! Your Rails app is running on `http://localhost:3000/posts`.
2323

24-
## Adding more aliases
24+
## Sidenote
2525

26-
If you'd like to have the standard Ruby and Rails bins available without writing `docked` before each command, you can add them as aliases:
27-
28-
```bash
29-
alias rails='docked rails'
30-
alias rails-dev='docked bin/dev'
31-
alias bundle='docked bundle'
32-
alias yarn='docked yarn'
33-
alias rake='docked rake'
34-
alias gem='docked gem'
35-
```
26+
`docked` is not intended to replace a full development setup. It is merely a way for newcomers to quickly get started with Rails. The included dependencies stick to what you need when running `rails new` without additional options. It does not include dependencies for running with PostgreSQL or Redis for example.

0 commit comments

Comments
 (0)
Please sign in to comment.