Updated README.md
This commit is contained in:
		
							
								
								
									
										15
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
									
									
									
									
								
							@@ -1,21 +1,23 @@
 | 
			
		||||
# Pass Manager
 | 
			
		||||
 | 
			
		||||
Telegram bot that manages your passwords written in Rust
 | 
			
		||||
Telegram bot, written in Rust, that manages your passwords
 | 
			
		||||
 | 
			
		||||
## Usage
 | 
			
		||||
 | 
			
		||||
You can self host this bot you have to
 | 
			
		||||
This bot has to be self hosted. No official instance exists. To host this bot you have to:
 | 
			
		||||
 | 
			
		||||
* Add your telegram token into .env file
 | 
			
		||||
* Clone this repository
 | 
			
		||||
 | 
			
		||||
    ```toml
 | 
			
		||||
* Create .env file in the root of the repository and add your token
 | 
			
		||||
 | 
			
		||||
    ```dotenv
 | 
			
		||||
    TOKEN=<YOUR-TOKEN>
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
* Starting the bot using docker compose
 | 
			
		||||
* Start the bot using docker compose
 | 
			
		||||
 | 
			
		||||
    ```bash
 | 
			
		||||
    sudo docker compose up -d
 | 
			
		||||
    docker compose up -d
 | 
			
		||||
    ```
 | 
			
		||||
 | 
			
		||||
## Cryptography
 | 
			
		||||
@@ -41,3 +43,4 @@ These commands are supported:
 | 
			
		||||
* /import — loads the accounts from a json file
 | 
			
		||||
* /gen_password — generates 10 secure passwords
 | 
			
		||||
* /cancel — cancels the current action
 | 
			
		||||
* /change_language - allows you to change the language
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user