Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePurpleJedi committed Feb 25, 2022
1 parent 633c2b0 commit 27a8428
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .idea/sonarlint/issuestore/index.pb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 19 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,35 @@ connection is active.

***To send a message***

To send a text message, you just need to type the message and press enter.
Simply type the message and press enter.

To send an image, the process is slightly different. First, make sure you have the image downloaded on your computer.
Then, go to the image and copy its
"absolute path".
***To send a file***

To send any media file, make sure you have the file downloaded on your computer. Then, go to the image and copy its "
absolute path".

An absolute file path is the complete and unique "name" of a file. More technically, it is the string of characters used
to uniquely identify a file in a device's directory structure. For example:

* On Windows - `C:\Pictures\Nature\SummerLeaves.jpg`
* On Linux - `/home/xyz/Pictures/Cats.jpg`
* On macOS - `/Users/xyz/Pictures/Pluto.png`
* On Linux - `/home/xyz/Documents/Sustainability_Report.pdf`
* On macOS - `/Users/xyz/Documents/ProjectDeadlineNotice.pdf`

After copying the absolute path, go to the console and use the following format to send the file:

`/<file type> <absolute path>`

Currently, the accepted file types are:

After copying the absolute path [including the name of the image itself], go to the console and use the following format
to send the image:
* `image` -> for image files
* `pdf` -> for pdf files

`/image [absolute file path]`
The console will display a confirmatory message that the file has been sent if all goes well.

The console will display a confirmatory message that the image has been sent if all goes well.
The console will also display the path of the file downloaded.

Once you have finished with your talks and wish to close the connection, both of the users have to enter "-x-"
[without the double quotes] to close the connection and stop the program.
Once you have finished with your talks and wish to close the connection, both the users must
enter `-x-`[without the double quotes] to stop the program.

#### Why Am I Doing This?

Expand Down

0 comments on commit 27a8428

Please sign in to comment.