瀏覽代碼

Small documentation tweaks

Wolf Clement 2 年之前
父節點
當前提交
79cbc8031b
共有 3 個文件被更改,包括 4 次插入5 次删除
  1. 0 1
      .gitignore
  2. 4 4
      RUNNING.md
  3. 0 0
      maps/.gitkeep

+ 0 - 1
.gitignore

@@ -1,6 +1,5 @@
 .ipynb_checkpoints/
 node_modules/
-maps/
 .idea/
 
 config.json

+ 4 - 4
RUNNING.md

@@ -4,12 +4,12 @@ Getting this bot to run all of its features is a long process, so for your conve
 
 * [Node.JS LTS](https://nodejs.org/en/)
 * [Yarn](https://yarnpkg.com/)
-* [Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html)
-* On Windows, [Visual Studio 2013/2015/2017/2019 With C++ Option](https://docs.microsoft.com/en-us/visualstudio/install/install-visual-studio?view=vs-2022)
+* [Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html) (for calculating pp)
+* On Windows, [Visual Studio 2013/2015/2017/2019 with C++ Option](https://docs.microsoft.com/en-us/visualstudio/install/install-visual-studio?view=vs-2022)
 
 # Installation (basic)
 
-* run `yarn`
+* Run `yarn`
 
 * Copy `config.json.example` to `config.json`
 
@@ -23,7 +23,7 @@ That's it! You should be able to run the website with `yarn start`.
 
 It includes a map list of every ranked map. You can also initialize it yourself using [this tool](https://github.com/kiwec/orl-maps-db-generator).
 
-* Download and extract the latest `osu_files.tar.bz2` file [from data.ppy.sh](https://data.ppy.sh/) and extract the `.osu` files to the `maps/` directory
+* Download and extract the latest `osu_files.tar.bz2` file from [data.ppy.sh](https://data.ppy.sh/) and extract the `.osu` files to the `maps/` directory
 
 * Set `CONNECT_TO_BANCHO` and `CREATE_LOBBIES` to `true` in `config.json`
 

+ 0 - 0
maps/.gitkeep