neon_arch commited on
Commit
1d638ff
1 Parent(s): 87ac0b7

chore: fix the installation instructions under installation section

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -107,6 +107,7 @@ To get started with Websurfx, clone the repository, edit the config file, which
107
  ``` shell
108
  git clone https://github.com/neon-mmd/websurfx.git
109
  cd websurfx
 
110
  cargo build -r
111
  redis-server --port 8082 &
112
  ./target/release/websurfx
 
107
  ``` shell
108
  git clone https://github.com/neon-mmd/websurfx.git
109
  cd websurfx
110
+ git checkout stable
111
  cargo build -r
112
  redis-server --port 8082 &
113
  ./target/release/websurfx