Commit 309e74ff2caff03527d5f5bc77a2e35d3330ddcf
Fix various typos and capitalization in README.md
Jordan Danford committed on 2/1/2018, 11:17:12 AMParent: 2241b99edee2e9e03c9015b258f3c80d5973a9fc
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -30,18 +30,18 @@ | ||
30 | 30 | - Private messages are end-to-end encrypted, always. |
31 | 31 | - You have to follow somebody to get messages from them, so you won't get spammed. |
32 | 32 | - Your mail can be public broadcasts or private, and you'll only see replies by people you follow. |
33 | 33 | - The datastructure is a global mesh of append-only logs, which can support new types of data (not just "mail"). |
34 | - - Users are not bound to one server/host (what we call "pubs") and do not have to trust the servers. | |
35 | - - It's very easy to setup and maintain your own pub. | |
34 | + - Users are not bound to one server/host (what we call "Pubs") and do not have to trust the servers. | |
35 | + - It's very easy to setup and maintain your own Pub. | |
36 | 36 | |
37 | -It's better than twitter and facebook because: | |
37 | +It's better than Twitter and Facebook because: | |
38 | 38 | |
39 | 39 | - Private messages are end-to-end encrypted, always. |
40 | 40 | - The software runs on your device, so there's nobody tracking your browsing. |
41 | - - The application-code is FOSS, so you're free to fork or write new applications without a gatekeeper setting terms. | |
41 | + - The application code is FOSS, so you're free to fork or write new applications without a gatekeeper setting terms. | |
42 | 42 | - Data is saved to your disk, and so the application works offline. |
43 | - - You can sync directly with friends over the wifi. | |
43 | + - You can sync directly with friends over Wi-Fi. | |
44 | 44 | |
45 | 45 | ## Pubs |
46 | 46 | |
47 | 47 | In order to gossip outside your local network, you'll need to connect to a [Pub](https://www.scuttlebutt.nz/concepts/pub.html). |
@@ -49,9 +49,9 @@ | ||
49 | 49 | You can find an invite to an available pub at the [Pub servers registry](https://github.com/ssbc/scuttlebot/wiki/Pub-Servers). |
50 | 50 | |
51 | 51 | Get an invite, then in `patchwork`: click "+ Join Pub" and paste the invite code. |
52 | 52 | |
53 | -This will cause you to follow the Pub and vise versa. If you haven't synchronized to this social network yet, prepare to wait a few minutes while your local server synchronizes. | |
53 | +This will cause you to follow the Pub and vice versa. If you haven't synchronized to this social network yet, prepare to wait a few minutes while your local server synchronizes. | |
54 | 54 | |
55 | 55 | ## Install |
56 | 56 | |
57 | 57 | ### Download installers for Windows, macOS and Linux |
@@ -76,9 +76,11 @@ | ||
76 | 76 | ```shell |
77 | 77 | sudo apt-get install g++ m4 libtool automake libgconf-2-4 # build tools |
78 | 78 | sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev # spellchecker headers |
79 | 79 | ``` |
80 | + | |
80 | 81 | On Fedora Linux: |
82 | + | |
81 | 83 | ```shell |
82 | 84 | sudo dnf install libXext-devel libXtst-devel libxkbfile-devel gcc-c++ m4 automake libtool |
83 | 85 | ``` |
84 | 86 | |
@@ -91,9 +93,8 @@ | ||
91 | 93 | ## Code of conduct |
92 | 94 | |
93 | 95 | Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms. |
94 | 96 | |
95 | - | |
96 | 97 | ## Docs |
97 | 98 | |
98 | 99 | - [scuttlebutt.nz](https://www.scuttlebutt.nz) |
99 | 100 | - [scuttlebot.io](https://scuttlebot.io) |
Built with git-ssb-web