mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
Remove wiki link from readme
This commit is contained in:
parent
dedaa1f337
commit
500472a358
1 changed files with 4 additions and 3 deletions
|
@ -80,7 +80,7 @@ When installation is complete, run:
|
|||
thelounge start
|
||||
```
|
||||
|
||||
For more information, read the [documentation](https://thelounge.chat/docs/), [wiki](https://github.com/thelounge/thelounge/wiki), or run:
|
||||
For more information, read the [usage documentation](https://thelounge.chat/docs/usage) or run:
|
||||
|
||||
```sh
|
||||
thelounge --help
|
||||
|
@ -111,5 +111,6 @@ fork.
|
|||
Before submitting any change, make sure to:
|
||||
|
||||
- Read the [Contributing instructions](https://github.com/thelounge/thelounge/blob/master/.github/CONTRIBUTING.md#contributing)
|
||||
- Run `npm test` to execute linters and test suite
|
||||
- Run `npm run build` if you change or add anything in `client/js` or `client/views`
|
||||
- Run `yarn test` to execute linters and test suite
|
||||
- Run `yarn build` if you change or add anything in `client/js` or `client/views`
|
||||
- `yarn dev` can be used to start The Lounge and watch for any file changes in the client folder
|
||||
|
|
Loading…
Reference in a new issue