neon_arch commited on
Commit
ba014f3
Β·
1 Parent(s): 34047fc

updating readme.md closes #11

Browse files
Files changed (1) hide show
  1. README.md +4 -15
README.md CHANGED
@@ -15,7 +15,7 @@
15
  <br />
16
  <br />
17
  <b align="center"><a href="README.org">Readme</a></b> |
18
- <b><a href="https://discord.gg/k4GH2TnZ">Discord</a></b> |
19
  <b><a href="https://github.com/neon-mmd/websurfx">GitHub</a></b> |
20
  <b><a href="https://github.com/neon-mmd/websurfx/wiki">Documentation</a></b>
21
  <br /><br />
@@ -118,7 +118,7 @@
118
 
119
  # Installation and Testing πŸ› οΈ
120
 
121
- > For full setup instructions, see: [**Installation**]()
122
 
123
  To get started with Websurfx, clone the repository, edit the config file which is located in the `websurfx`{.verbatim} directory and install redis server by following the instructions located [here](https://redis.io/docs/getting-started/) and then run the websurfx server and redis server using the following commands:
124
 
@@ -130,17 +130,6 @@ redis-server -p 8082 &
130
  ./target/debug/websurfx
131
  ```
132
 
133
- If you want to use the rolling/edge branch, run the following commands instead:
134
-
135
- ``` shell
136
- git clone https://github.com/neon-mmd/websurfx.git
137
- cd websurfx
138
- git checkout rolling
139
- cargo build
140
- redis-server -p 8082 &
141
- ./target/debug/websurfx
142
- ```
143
-
144
  Once you have started the server, open your preferred web browser and navigate to <http://127.0.0.1:8080> to start using Websurfx.
145
 
146
  > **Warning**
@@ -150,7 +139,7 @@ Once you have started the server, open your preferred web browser and navigate t
150
 
151
  # Configuration πŸ”§
152
 
153
- > For full configuration instructions, see: [**Configuration**]()
154
 
155
  Websurfx is configured through the config.lua file, located at `websurfx/config.lua`.
156
 
@@ -158,7 +147,7 @@ Websurfx is configured through the config.lua file, located at `websurfx/config.
158
 
159
  # Theming 🎨
160
 
161
- > For full theming and customization instructions, see: [**Theming**]()
162
 
163
  Websurfx comes with several themes and colorschemes by default which you can apply and edit through the config file. Support for custom themes and colorschemes using css and develop your own unique-looking website.
164
 
 
15
  <br />
16
  <br />
17
  <b align="center"><a href="README.org">Readme</a></b> |
18
+ <b><a href="https://discord.gg/P5tctXVGs2">Discord</a></b> |
19
  <b><a href="https://github.com/neon-mmd/websurfx">GitHub</a></b> |
20
  <b><a href="https://github.com/neon-mmd/websurfx/wiki">Documentation</a></b>
21
  <br /><br />
 
118
 
119
  # Installation and Testing πŸ› οΈ
120
 
121
+ > For full setup instructions, see: [**Installation**](https://github.com/neon-mmd/websurfx/wiki/installation)
122
 
123
  To get started with Websurfx, clone the repository, edit the config file which is located in the `websurfx`{.verbatim} directory and install redis server by following the instructions located [here](https://redis.io/docs/getting-started/) and then run the websurfx server and redis server using the following commands:
124
 
 
130
  ./target/debug/websurfx
131
  ```
132
 
 
 
 
 
 
 
 
 
 
 
 
133
  Once you have started the server, open your preferred web browser and navigate to <http://127.0.0.1:8080> to start using Websurfx.
134
 
135
  > **Warning**
 
139
 
140
  # Configuration πŸ”§
141
 
142
+ > For full configuration instructions, see: [**Configuration**](https://github.com/neon-mmd/websurfx/wiki/configuration)
143
 
144
  Websurfx is configured through the config.lua file, located at `websurfx/config.lua`.
145
 
 
147
 
148
  # Theming 🎨
149
 
150
+ > For full theming and customization instructions, see: [**Theming**](https://github.com/neon-mmd/websurfx/wiki/theming)
151
 
152
  Websurfx comes with several themes and colorschemes by default which you can apply and edit through the config file. Support for custom themes and colorschemes using css and develop your own unique-looking website.
153