diff options
author | onefang | 2019-07-30 01:06:19 +1000 |
---|---|---|
committer | onefang | 2019-07-30 01:06:19 +1000 |
commit | f6cd6887d00225ff27e1500cee9b0f0c53cec736 (patch) | |
tree | 4994449e37c493b0ee691de0ce70dd32e0cfdf17 | |
parent | Forgot to update a script comment. (diff) | |
download | opensim-SC_OLD-f6cd6887d00225ff27e1500cee9b0f0c53cec736.zip opensim-SC_OLD-f6cd6887d00225ff27e1500cee9b0f0c53cec736.tar.gz opensim-SC_OLD-f6cd6887d00225ff27e1500cee9b0f0c53cec736.tar.bz2 opensim-SC_OLD-f6cd6887d00225ff27e1500cee9b0f0c53cec736.tar.xz |
A few typoes slipped through.
-rw-r--r-- | Differences.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Differences.txt b/Differences.txt index 8e9f96c..d054881 100644 --- a/Differences.txt +++ b/Differences.txt | |||
@@ -2,7 +2,7 @@ There are some differences between OpenSim-SC and standard OpenSim. The | |||
2 | most relevant ones are listed here. | 2 | most relevant ones are listed here. |
3 | 3 | ||
4 | OpenSim-SC really only supports Debian based Linux operating systems at | 4 | OpenSim-SC really only supports Debian based Linux operating systems at |
5 | this stage. Other operating systems, including Mac OS and Windows, wil | 5 | this stage. Other operating systems, including Mac OS and Windows, will |
6 | be added in the future. Only Debian, Devuan, and Ubuntu have been | 6 | be added in the future. Only Debian, Devuan, and Ubuntu have been |
7 | tested. Devuan ASCII is currently the best supported, as that's what I | 7 | tested. Devuan ASCII is currently the best supported, as that's what I |
8 | use. | 8 | use. |
@@ -16,8 +16,8 @@ Directory layout. | |||
16 | OpenSim-SC expects to live inside a specific directory structure. The | 16 | OpenSim-SC expects to live inside a specific directory structure. The |
17 | InstallItAll.sh script creates that directory structure. The external | 17 | InstallItAll.sh script creates that directory structure. The external |
18 | directory structure is in the example/ directory. This tries to move | 18 | directory structure is in the example/ directory. This tries to move |
19 | anything writable and configurable out of the main tree. Should make up | 19 | anything writable and configurable out of the main tree. Should make |
20 | dates a bit easier. | 20 | updates a bit easier. |
21 | 21 | ||
22 | 22 | ||
23 | Config files. | 23 | Config files. |
@@ -55,7 +55,7 @@ to be translated into Lua scripts in the future. | |||
55 | This includes an automated backup system if you add it to cron. OAR | 55 | This includes an automated backup system if you add it to cron. OAR |
56 | files are created, IAR files for anyone that logged on since the last | 56 | files are created, IAR files for anyone that logged on since the last |
57 | time the backup system ran. IAR And OAR files are converted to a new | 57 | time the backup system ran. IAR And OAR files are converted to a new |
58 | format that includes cit information, so you can go back in history. | 58 | format that includes git information, so you can go back in history. |
59 | 59 | ||
60 | There are start and stop scripts for running the entire thing within | 60 | There are start and stop scripts for running the entire thing within |
61 | tmux. | 61 | tmux. |
@@ -104,7 +104,7 @@ volume lowered, or been totally silenced. | |||
104 | 104 | ||
105 | Warp3DCachedImageModule from Christopher Latza has been merged. | 105 | Warp3DCachedImageModule from Christopher Latza has been merged. |
106 | 106 | ||
107 | Consolse no longer have ? popping up help if you are in the middle of | 107 | Consoles no longer have ? popping up help if you are in the middle of |
108 | typing a command, coz sometimes you need to type ? as part of the | 108 | typing a command, coz sometimes you need to type ? as part of the |
109 | command. | 109 | command. |
110 | 110 | ||