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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Once installed, you can start a production deployment<sup>1</sup> with a single
60
60
# Automatically sets up an external access URL on *.try.coder.app
61
61
coder server
62
62
63
-
# Requires a PostgreSQL instance and external access URL
63
+
# Requires a PostgreSQL instance (version 13 or higher) and external access URL
64
64
coder server --postgres-url <url> --access-url <url>
65
65
```
66
66
@@ -95,7 +95,7 @@ Join our community on [Discord](https://coder.com/chat?utm_source=github.com/cod
95
95
96
96
## Contributing
97
97
98
-
If you're using Coder in your organization, please try to add your company name to the [ADOPTERS.md](./ADOPTERS.md). It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.
98
+
If you're using Coder in your organization, please try to add your company name to the [ADOPTERS.md](./ADOPTERS.md). It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.
99
99
100
100
Read the [contributing docs](https://coder.com/docs/coder-oss/latest/CONTRIBUTING).
0 commit comments