You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quickstart.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ particulars; this is mostly just installing gems and including modules.
29
29
> directly, you can download the file and and run this command as `-m
30
30
> /path/to/template`
31
31
32
+
Alternatively, you can [**add to an existing project**]({{site.github.url}}/guides/getting-started/installation#adding-to-an-existing-app).
33
+
32
34
{% include h.html tag="h2" text="Defining a Resource" a="defining-a-resource" %}
33
35
34
36
A [**Resource**]({{site.github.url}}/guides/concepts/resources) defines how to query and persist your [**Model**]({{site.github.url}}/guides/concepts/backends-and-models). In other
0 commit comments