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
I was able to figure out what to do but someone who hasn't used .NET Core as much might be more confused about where to begin. Also tweaked some wording. Just wanted to try to make it a little more approachable. :)
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
1
# Saturn
2
2
3
-
Saturn is a web development framework written in F# which implements the server-side MVC pattern. Many of its components and concepts will seem familiar to those of us with experience in other web frameworks like Ruby on Rails or Python’s Django.
3
+
Saturn is a web development framework written in F# which implements the server-side MVC pattern. Many of its components and concepts will seem familiar to anyone with experience in other web frameworks like Ruby on Rails or Python’s Django.
4
4
5
5
It's heavily inspired by Elixir's [Phoenix](http://phoenixframework.org/).
6
6
7
7
Read more about why I've decided to create Saturn, and some of its design choices on my blog - http://kcieslak.io/Reinventing-MVC-for-web-programming-with-F
8
8
9
9
## Documentation
10
10
11
-
Saturn has a nice [documentation](https://saturnframework.github.io/docs/) and I appreciate any help to improve it further by sending pull requests or just adding an issue with you think is missing.
11
+
Saturn has nice [documentation](https://saturnframework.github.io/docs/) and I appreciate any help to improve it further by sending pull requests or just adding an issue with what you think is missing.
12
12
13
13
## How to build
14
14
15
-
1. Install requirements - .Net SDK 2.1, and FAKE 5.X
16
-
2.`fake build`
15
+
1. Install the .NET Core SDK from https://www.microsoft.com/net/download
0 commit comments