mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Update grammar / punctuation
This commit is contained in:
parent
258f6305ca
commit
547ad535ef
15
README.md
vendored
15
README.md
vendored
@ -69,7 +69,7 @@ Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Infern
|
|||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
Make sure you have both docker and docker-compose(>=`1.24.0`) installed.
|
Make sure you have both docker and docker-compose(>=`1.24.0`) installed:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir lemmy/
|
mkdir lemmy/
|
||||||
@ -80,7 +80,7 @@ wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/prod/.env
|
|||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
and goto http://localhost:8536
|
and go to http://localhost:8536.
|
||||||
|
|
||||||
[A sample nginx config](/ansible/templates/nginx.conf), could be setup with:
|
[A sample nginx config](/ansible/templates/nginx.conf), could be setup with:
|
||||||
|
|
||||||
@ -100,8 +100,7 @@ docker-compose up -d
|
|||||||
|
|
||||||
### Ansible
|
### Ansible
|
||||||
|
|
||||||
First, you need to [install Ansible on your local computer](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html),
|
First, you need to [install Ansible on your local computer](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) (e.g. using `sudo apt install ansible`) or the equivalent for you platform.
|
||||||
eg using `sudo apt install ansible`, or the equivalent for you platform.
|
|
||||||
|
|
||||||
Then run the following commands on your local computer:
|
Then run the following commands on your local computer:
|
||||||
|
|
||||||
@ -142,13 +141,15 @@ If you used a `LoadBalancer`, you should see it in your cloud provider's console
|
|||||||
|
|
||||||
### Docker Development
|
### Docker Development
|
||||||
|
|
||||||
|
Run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/dessalines/lemmy
|
git clone https://github.com/dessalines/lemmy
|
||||||
cd lemmy/docker/dev
|
cd lemmy/docker/dev
|
||||||
./docker_update.sh # This builds and runs it, updating for your changes
|
./docker_update.sh # This builds and runs it, updating for your changes
|
||||||
```
|
```
|
||||||
|
|
||||||
and goto http://localhost:8536
|
and go to http://localhost:8536.
|
||||||
|
|
||||||
### Local Development
|
### Local Development
|
||||||
|
|
||||||
@ -195,7 +196,7 @@ Lemmy is free, open-source software, meaning no advertising, monetizing, or vent
|
|||||||
|
|
||||||
## Translations
|
## Translations
|
||||||
|
|
||||||
If you'd like to add translations, take a look a look at the [english translation file](ui/src/translations/en.ts).
|
If you'd like to add translations, take a look a look at the [English translation file](ui/src/translations/en.ts).
|
||||||
|
|
||||||
- Languages supported: English (`en`), Chinese (`zh`), Dutch (`nl`), Esperanto (`eo`), French (`fr`), Spanish (`es`), Swedish (`sv`), German (`de`), Russian (`ru`).
|
- Languages supported: English (`en`), Chinese (`zh`), Dutch (`nl`), Esperanto (`eo`), French (`fr`), Spanish (`es`), Swedish (`sv`), German (`de`), Russian (`ru`).
|
||||||
|
|
||||||
@ -219,4 +220,4 @@ ts-node translation_report.ts > tmp # And replace the text above.
|
|||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
Logo made by Andy Cuccaro (@andycuccaro) under the CC-BY-SA 4.0 license
|
Logo made by Andy Cuccaro (@andycuccaro) under the CC-BY-SA 4.0 license.
|
||||||
|
Loading…
Reference in New Issue
Block a user