diff --git a/README.md b/README.md index 9d9c01f..82478ed 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # Terminal-Simulator Just a fun terminal simulator coded in HTML5, JS, and CSS. It combines different softwares, and it's a work in progress! + +## Commands + +`hello`: This command will return with "hello, {username}!" +`changename {USERNAME}`: This command will changed your cached name. +`clearcache`: This command will clear any local storage. See the (local cache document)[./cache.md]. \ No newline at end of file diff --git a/cache.md b/cache.md new file mode 100644 index 0000000..595a366 --- /dev/null +++ b/cache.md @@ -0,0 +1,8 @@ +# Cache +Find all the information about what is being stored on your browser's cache. + +## Clearing the cache +To clear the cache, simply enter `clearcache`. + +## Commands +* `changename`: Changes the stored "username". \ No newline at end of file diff --git a/index.html b/index.html index 35b9c70..3234994 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@