Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
felixse committed Mar 27, 2020
1 parent 90ac2b0 commit 3dd29d7
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 679 deletions.
643 changes: 0 additions & 643 deletions Install.ps1

This file was deleted.

55 changes: 19 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,34 @@ A Terminal Emulator based on UWP and web technologies.

## Screenshots

![Terminal window](Screenshots/terminal.jpg)
![Settings window](Screenshots/settings.jpg)
![Terminal window](Screenshots/terminal.png)
![Settings window](Screenshots/settings.png)

## Languages
- Arabic
- Arabic (Iraq)
- Azerbaijani
- Chinese (Simplified)
- Chinese (Traditional)
- Dutch
- English
- German
- Spanish
- French
- Simplified Chinese
- German
- Hebrew
- Hindi
- Indonesian
- Italian
- Dutch
- Japanese
- Korean
- Polish
- Portuguese (Brazilian)
- Romanian
- Russians
- Hebrew

Sign up to [POEditor](https://poeditor.com/join/project/TfKNIt826z) to help with existing translations or add a new language


- Russian
- Spanish
- Ukrainian

## Up Next

- ~~Launch shell profile with a custom defined keybinding~~
- Copy & Paste options
- Improved tabs
- Split screen support
Sign up to [POEditor](https://poeditor.com/join/project/TfKNIt826z) to help with existing translations or add a new language

## How to install (as an end-user)

Expand All @@ -78,27 +78,10 @@ Sign up to [POEditor](https://poeditor.com/join/project/TfKNIt826z) to help with
scoop install fluent-terminal-np
```

### Bundled install script
### Manual

- Download and extract the latest [release](https://github.com/felixse/FluentTerminal/releases).
- If not already present, download [`Install.ps1`](Install.ps1) to the extracted directory.

This comment has been minimized.

Copy link
@TPXP

TPXP May 21, 2020

Contributor

Hum, I was not able to install the appxbundle as it needed a few dependencies, which the install script took care of. Will the next version address this?
Edit: actually mentioned in #714

- Right-click on `Install.ps1`, and choose "Run with Powershell".
- The installer script will walk you through the rest of the process.

### Manual install

- Download the latest [release](https://github.com/felixse/FluentTerminal/releases)
- [Enable sideloading apps](https://www.windowscentral.com/how-enable-windows-10-sideload-apps-outside-store)
- Alternatively, [enable developer mode](https://docs.microsoft.com/en-US/windows/uwp/get-started/enable-your-device-for-development) if you plan to do UWP app development. **For most users that do not intend to do UWP app development, developer mode will not be necessary.**
- Install the *.cer file into `Local Machine` -> `Trusted Root Certification Authorities`
- This will require administrator elevation. If you installed the certificate and did not have to elevate, you likely installed it into an incorrect certificate store.

![Right-Click then choose Install Certificate](Screenshots/right-click_install-certificate.png)

![Install Certificate into Local Machine](Screenshots/install-certificate_local-machine.png)

- double click the *.appxbundle
- **Optional:** Install Context menu integration from [here](https://github.com/felixse/FluentTerminal/tree/master/Explorer%20Context%20Menu%20Integration)
- Double click the *.appxbundle file.

## How to set up a development environment
Please refer to [this Wiki page](https://github.com/felixse/FluentTerminal/wiki/How-to-set-up-a-development-environment)
Binary file removed Screenshots/install-certificate_local-machine.png
Binary file not shown.
Binary file removed Screenshots/right-click_install-certificate.png
Binary file not shown.
Binary file removed Screenshots/settings.jpg
Binary file not shown.
Binary file added Screenshots/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Screenshots/terminal.jpg
Binary file not shown.
Binary file added Screenshots/terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Screenshots/vs2017_installer_example.png
Binary file not shown.

0 comments on commit 3dd29d7

Please sign in to comment.