diff --git a/getting_started.html b/getting_started.html index e9f83cf..b2f53f1 100644 --- a/getting_started.html +++ b/getting_started.html @@ -419,7 +419,7 @@

4.2 “Hello”, Rails 라고 말하기

윈도우즈나 루비가 비표준의 방법으로 설치되어 있다면, 아마도 레일즈의 rails 커멘드에 대한 정확한 패스 정보를 루비에게 넘겨야 합니다. :ruby \path\to\your\application\script\rails generate controller home index.

-

레일즈는 app/views/home/index.html.erb 포함해서 몇가지 파일을 만들겁니다. 아 파일은 home 컨트롤러의 index 액션(메소드)를 위한 템플릿으로 이용됩니다. 이 파일을 텍스트 에디터로 열어서 이 한줄을 포함하도록 수정해 주세요.

+

레일즈는 app/views/home/index.html.erb 포함해서 몇가지 파일을 만들겁니다. 이 파일은 home 컨트롤러의 index 액션(메소드)를 위한 템플릿으로 이용됩니다. 이 파일을 텍스트 에디터로 열어서 이 한줄을 포함하도록 수정해 주세요.

<h1>Hello, Rails!</h1>